Home
last modified time | relevance | path

Searched refs:KHZ_TO_HZ (Results 1 – 3 of 3) 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()
/linux/include/linux/
H A Dieee80211.h2630 #define KHZ_TO_HZ(x) ((x) * 1000) macro
/linux/drivers/net/wireless/morsemicro/mm81x/
H A Dmac.c1443 u64 freq_hz = KHZ_TO_HZ(ieee80211_chandef_to_khz(chandef)); in mm81x_mac_ops_change_channel()