Lines Matching defs:PCIxx
93 #define PCIxx(x) pci32_##x
114 #define PCIxx(x) pci16_##x
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_device)(ECX, SI, 1);
365 PCIxx(select_reg)(BX, DI);