Home
last modified time | relevance | path

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

/linux/drivers/phy/rockchip/
H A Dphy-rockchip-inno-csidphy.c77 #define HZ_TO_MHZ(freq) div_u64(freq, 1000 * 1000) macro
/linux/drivers/i2c/busses/
H A Di2c-stm32f4.c94 #define HZ_TO_MHZ 1000000 macro