Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dalcor_pci.h22 #define MHZ_TO_HZ(freq) ((freq) * 1000 * 1000) macro
/openbmc/linux/drivers/media/platform/allegro-dvt/
H A Dallegro-core.c3950 #define MHZ_TO_HZ(freq) ((freq) * 1000 * 1000) in allegro_runtime_resume() macro