Home
last modified time | relevance | path

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

/DragonOS/kernel/src/arch/x86_64/driver/apic/
H A Dapic_timer.rs114 LocalApicTimer::DIVISOR as u32, in init_bsp_apic_timer()
128 LocalApicTimer::DIVISOR as u32, in init_ap_apic_timer()
188 pub const DIVISOR: u64 = 4; constant
207 let count = cpu_khz * Self::INTERVAL_MS / (Self::DIVISOR); in periodic_default_initial_count()