Searched refs:PCICfgRead32 (Results 1 – 2 of 2) sorted by relevance
| /sys/dev/ |
| D | pci.c | 14 uint32_t PCICfgRead32(uint32_t bus, uint32_t slot, uint32_t func, uint32_t reg); 79 return PCICfgRead32(dev->bus, dev->slot, dev->func, reg); in PCI_CfgRead32() 418 kprintf("BAR%d: %016llx\n", bar, PCICfgRead32(bus, device, func, barReg)); in Debug_PCIDump()
|
| /sys/amd64/ |
| D | pci.c | 43 PCICfgRead32(uint32_t bus, uint32_t slot, uint32_t func, uint32_t reg) in PCICfgRead32() function
|