Searched refs:PCIGetAddr (Results 1 – 1 of 1) sorted by relevance
| /sys/amd64/ |
| D | pci.c | 14 PCIGetAddr(uint32_t bus, uint32_t slot, uint32_t func, uint32_t reg) in PCIGetAddr() function 23 uint32_t addr = PCIGetAddr(bus, slot, func, reg); in PCICfgRead8() 33 uint32_t addr = PCIGetAddr(bus, slot, func, reg); in PCICfgRead16() 45 uint32_t addr = PCIGetAddr(bus, slot, func, reg); in PCICfgRead32() 58 uint32_t addr = PCIGetAddr(bus, slot, func, reg); in PCICfgWrite8() 69 uint32_t addr = PCIGetAddr(bus, slot, func, reg); in PCICfgWrite16() 80 uint32_t addr = PCIGetAddr(bus, slot, func, reg); in PCICfgWrite32()
|