Home
last modified time | relevance | path

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

/DragonOS/kernel/src/arch/
H A Dio.rs6 unsafe fn in32(port: u16) -> u32; in in32() method
/DragonOS/kernel/src/arch/riscv64/
H A Dpio.rs17 unsafe fn in32(_port: u16) -> u32 { in in32() method
/DragonOS/kernel/src/arch/x86_64/asm/
H A Dpio.rs17 unsafe fn in32(port: u16) -> u32 { in in32() method
/DragonOS/kernel/src/arch/x86_64/pci/
H A Dpci.rs49 let temp = CurrentPortIOArch::in32(PORT_PCI_CONFIG_DATA); in read_config()
/DragonOS/kernel/src/driver/clocksource/
H A Dacpi_pm.rs29 return unsafe { CurrentPortIOArch::in32(PMTMR_IO_PORT.load(Ordering::SeqCst) as u16) } in read_pmtmr()