Home
last modified time | relevance | path

Searched refs:PCIGetVendorID (Results 1 – 1 of 1) sorted by relevance

/sys/dev/
Dpci.c41 PCIGetVendorID(uint32_t bus, uint32_t device, uint32_t func) in PCIGetVendorID() function
143 vendorId = PCIGetVendorID(bus, device, func); in PCICheckFunction()
193 vendorId = PCIGetVendorID(bus, device, 0); in PCIScanDevice()
203 if (PCIGetVendorID(bus, device, func) != 0xFFFF) { in PCIScanDevice()
236 if (PCIGetVendorID(0, 0, busNo) != 0xFFFF) in PCIScan()
306 vendorId = PCIGetVendorID(bus, device, func); in DebugPCICheckFunction()
355 vendorId = PCIGetVendorID(bus, device, 0); in DebugPCIScanBus()
365 if (PCIGetVendorID(bus, device, func) != 0xFFFF) { in DebugPCIScanBus()
384 if (PCIGetVendorID(0, 0, busNo) != 0xFFFF) in Debug_PCIList()
408 kprintf("Vendor ID: %04x\n", PCIGetVendorID(bus, device, func)); in Debug_PCIDump()