Searched refs:PORT_PCI_CONFIG_ADDRESS (Results 1 – 4 of 4) sorted by relevance
/DragonOS-0.1.7/kernel/src/arch/x86_64/pci/ |
D | pci.rs | 4 BusDeviceFunction, PciAddr, PciError, PciRoot, SegmentGroupNumber, PORT_PCI_CONFIG_ADDRESS, 23 io_out32(PORT_PCI_CONFIG_ADDRESS, address); in read_config() 37 io_out32(PORT_PCI_CONFIG_ADDRESS, address); in write_config()
|
/DragonOS-0.1.7/kernel/src/driver/pci/ |
D | pci.h | 6 #define PORT_PCI_CONFIG_ADDRESS 0xcf8 macro
|
D | pci.c | 48 io_out32(PORT_PCI_CONFIG_ADDRESS, address); in pci_read_config() 72 io_out32(PORT_PCI_CONFIG_ADDRESS, address); in pci_write_config()
|
D | pci.rs | 149 pub const PORT_PCI_CONFIG_ADDRESS: u16 = 0xcf8; constant
|