Home
last modified time | relevance | path

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

/DragonOS/kernel/src/time/
H A Djiffies.rs21 pub const ACTHZ: u32 = sh_div(CLOCK_TICK_RATE, LATCH, 8);
25 pub const fn sh_div(nom: u32, den: u32, lsh: u32) -> u32 { in sh_div() function