Home
last modified time | relevance | path

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

/DragonOS-0.1.9/kernel/src/arch/x86_64/pci/
Dpci.rs4 BusDeviceFunction, PciAddr, PciError, PciRoot, SegmentGroupNumber, PORT_PCI_CONFIG_ADDRESS,
22 io_out32(PORT_PCI_CONFIG_ADDRESS, address); in read_config()
36 io_out32(PORT_PCI_CONFIG_ADDRESS, address); in write_config()
/DragonOS-0.1.9/kernel/src/driver/pci/
Dpci.rs154 pub const PORT_PCI_CONFIG_ADDRESS: u16 = 0xcf8; constant