Home
last modified time | relevance | path

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

/sys/dev/
Dpci.c14 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/
Dpci.c43 PCICfgRead32(uint32_t bus, uint32_t slot, uint32_t func, uint32_t reg) in PCICfgRead32() function