Home
last modified time | relevance | path

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

/DragonOS-0.1.7/kernel/src/arch/x86_64/pci/
Dpci.rs8 acpi_get_MCFG, acpi_iter_SDT, acpi_system_description_table_header_t, io_in32, io_out32,
23 io_out32(PORT_PCI_CONFIG_ADDRESS, address); in read_config()
37 io_out32(PORT_PCI_CONFIG_ADDRESS, address); in write_config()
39 io_out32(PORT_PCI_CONFIG_DATA, data); in write_config()
/DragonOS-0.1.7/kernel/src/common/
Dglib.h167 void io_out32(unsigned short port, unsigned int value) in io_out32() function
/DragonOS-0.1.7/kernel/src/driver/pci/
Dpci.c48 io_out32(PORT_PCI_CONFIG_ADDRESS, address); in pci_read_config()
72 io_out32(PORT_PCI_CONFIG_ADDRESS, address); in pci_write_config()
75 io_out32(PORT_PCI_CONFIG_DATA, data); in pci_write_config()
/DragonOS-0.1.7/kernel/src/driver/interrupt/apic/
Dapic.c385 io_out32(0xcf8, 0x8000f8f0); in apic_init()