Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dalcor_pci.h23 #define MHZ_TO_HZ(freq) ((freq) * 1000 * 1000) macro
/linux-6.15/drivers/media/platform/allegro-dvt/
H A Dallegro-core.c3951 #define MHZ_TO_HZ(freq) ((freq) * 1000 * 1000) in allegro_runtime_resume() macro
3956 err = clk_set_rate(dev->clk_core, MHZ_TO_HZ(clk_core)); in allegro_runtime_resume()
3966 err = clk_set_rate(dev->clk_mcu, MHZ_TO_HZ(clk_mcu)); in allegro_runtime_resume()
3973 #undef MHZ_TO_HZ in allegro_runtime_resume()