Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Dalcor_pci.h22 #define MHZ_TO_HZ(freq) ((freq) * 1000 * 1000) macro
/Linux-v6.1/drivers/media/platform/allegro-dvt/
Dallegro-core.c3953 #define MHZ_TO_HZ(freq) ((freq) * 1000 * 1000) in allegro_runtime_resume() macro
3958 err = clk_set_rate(dev->clk_core, MHZ_TO_HZ(clk_core)); in allegro_runtime_resume()
3968 err = clk_set_rate(dev->clk_mcu, MHZ_TO_HZ(clk_mcu)); in allegro_runtime_resume()
3975 #undef MHZ_TO_HZ in allegro_runtime_resume()