Home
last modified time | relevance | path

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

/sys/dev/
Dpci.c12 uint8_t PCICfgRead8(uint32_t bus, uint32_t slot, uint32_t func, uint32_t reg);
49 return PCICfgRead8(bus, device, func, PCI_OFFSET_CLASS); in PCIGetBaseClass()
55 return PCICfgRead8(bus, device, func, PCI_OFFSET_SUBCLASS); in PCIGetSubClass()
61 return PCICfgRead8(bus, device, func, PCI_OFFSET_HEADERTYPE); in PCIGetHeaderType()
67 return PCICfgRead8(dev->bus, dev->slot, dev->func, reg); in PCI_CfgRead8()
/sys/amd64/
Dpci.c21 PCICfgRead8(uint32_t bus, uint32_t slot, uint32_t func, uint32_t reg) in PCICfgRead8() function