Home
last modified time | relevance | path

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

/DragonOS-0.1.3/kernel/src/common/
Dglib.h167 void io_out32(unsigned short port, unsigned int value) in io_out32() function
/DragonOS-0.1.3/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.3/kernel/src/driver/interrupt/apic/
Dapic.c378 io_out32(0xcf8, 0x8000f8f0); in apic_init()