Searched refs:PCICfgRead16 (Results 1 – 2 of 2) sorted by relevance
| /sys/dev/ |
| D | pci.c | 13 uint16_t PCICfgRead16(uint32_t bus, uint32_t slot, uint32_t func, uint32_t reg); 37 return PCICfgRead16(bus, device, func, PCI_OFFSET_DEVICEID); in PCIGetDeviceID() 43 return PCICfgRead16(bus, device, func, PCI_OFFSET_VENDORID); in PCIGetVendorID() 73 return PCICfgRead16(dev->bus, dev->slot, dev->func, reg); in PCI_CfgRead16()
|
| /sys/amd64/ |
| D | pci.c | 31 PCICfgRead16(uint32_t bus, uint32_t slot, uint32_t func, uint32_t reg) in PCICfgRead16() function
|