Home
last modified time | relevance | path

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

/sys/dev/
Dpci.c47 PCIGetBaseClass(uint32_t bus, uint32_t device, uint32_t func) in PCIGetBaseClass() function
141 baseClass = PCIGetBaseClass(bus, device, func); in PCICheckFunction()
304 baseClass = PCIGetBaseClass(bus, device, func); in DebugPCICheckFunction()
410 kprintf("Class: %d\n", PCIGetBaseClass(bus, device, func)); in Debug_PCIDump()