Home
last modified time | relevance | path

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

/linux/rust/kernel/
H A Dclk.rs33 const KHZ_TO_HZ: c_ulong = 1_000; constant
39 Self(khz * Self::KHZ_TO_HZ) in from_khz()
59 self.0 / Self::KHZ_TO_HZ in as_khz()