Home
last modified time | relevance | path

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

/sys/amd64/
Dpci.c11 #define PCI_PORT_DATABASE 0xCFC macro
24 uint16_t port = PCI_PORT_DATABASE + (reg & 0x3); in PCICfgRead8()
34 uint16_t port = PCI_PORT_DATABASE + (reg & 0x2); in PCICfgRead16()
46 uint16_t port = PCI_PORT_DATABASE; in PCICfgRead32()
59 uint16_t port = PCI_PORT_DATABASE + (reg & 0x3); in PCICfgWrite8()
70 uint16_t port = PCI_PORT_DATABASE + (reg & 0x3); in PCICfgWrite16()
81 uint16_t port = PCI_PORT_DATABASE + (reg & 0x3); in PCICfgWrite32()