Searched refs:PCIGetHeaderType (Results 1 – 1 of 1) sorted by relevance
| /sys/dev/ |
| D | pci.c | 59 PCIGetHeaderType(uint32_t bus, uint32_t device, uint32_t func) in PCIGetHeaderType() function 199 headerType = PCIGetHeaderType(bus, device, 0); in PCIScanDevice() 228 uint8_t headerType = PCIGetHeaderType(0, 0, 0); in PCIScan() 361 headerType = PCIGetHeaderType(bus, device, 0); in DebugPCIScanBus() 376 uint8_t headerType = PCIGetHeaderType(0, 0, 0); in Debug_PCIList() 412 kprintf("Header Type: %d\n", PCIGetHeaderType(bus, device, func)); in Debug_PCIDump()
|