Searched defs:HZ_TO_MHZ (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/phy/rockchip/ | ||
H A D | phy-rockchip-inno-csidphy.c | 77 #define HZ_TO_MHZ(freq) div_u64(freq, 1000 * 1000) macro |
/linux/drivers/i2c/busses/ | ||
H A D | i2c-stm32f4.c | 94 #define HZ_TO_MHZ 1000000 macro |