Home
last modified time | relevance | path

Searched refs:DIV_S64_ROUND_CLOSEST (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/i2c/busses/
H A Di2c-designware-platdrv.c274 DIV_S64_ROUND_CLOSEST(clk_khz * t->sda_hold_ns, MICRO); in dw_i2c_plat_probe()
/linux/include/linux/
H A Dmath64.h406 #define DIV_S64_ROUND_CLOSEST(dividend, divisor)( \ macro
/linux/drivers/clk/renesas/
H A Drzv2h-cpg.c317 pll_k = DIV_S64_ROUND_CLOSEST(pll_k, MILLI); in rzv2h_get_pll_pars()