Searched defs:PCIxx (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/PC/BIOS/
H A Dpcibios.c93 #define PCIxx(x) pci32_##x macro
114 #define PCIxx(x) pci16_##x macro
188 void PCIxx(select_reg)(uint16_t bus_dev_fn, uint16_t ofs)
221 uint16_t PCIxx(find_device)(uint32_t search_item, uint16_t index, int search_class)
250 PCIxx(select_reg)(bus_dev_fn, PCI_HEADER_TYPE);
272 PCIxx(select_reg)(bus_dev_fn, PCI_BRIDGE_SUBORD);
279 PCIxx(select_reg)(bus_dev_fn, search_class ? PCI_REV_ID : PCI_VEN_ID);
311 void BIOSCALL PCIxx(function)(volatile pci_regs_t r)
337 device = PCIxx(find_device)(DX | (uint32_t)CX << 16, SI, 0);
347 device = PCIxx(find_devic
[all...]

Completed in 33 milliseconds