Home
last modified time | relevance | path

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

/linux/rust/kernel/
H A Dclk.rs34 const MHZ_TO_HZ: c_ulong = 1_000_000; constant
44 Self(mhz * Self::MHZ_TO_HZ) in from_mhz()
64 self.0 / Self::MHZ_TO_HZ in as_mhz()
/linux/include/linux/
H A Dalcor_pci.h23 #define MHZ_TO_HZ(freq) ((freq) * 1000 * 1000) macro
/linux/drivers/media/platform/allegro-dvt/
H A Dallegro-core.c4018 #define MHZ_TO_HZ(freq) ((freq) * 1000 * 1000) in allegro_runtime_resume() macro
4023 err = clk_set_rate(dev->clk_core, MHZ_TO_HZ(clk_core)); in allegro_runtime_resume()
4033 err = clk_set_rate(dev->clk_mcu, MHZ_TO_HZ(clk_mcu)); in allegro_runtime_resume()
4040 #undef MHZ_TO_HZ in allegro_runtime_resume()