Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/regulator/
Dti-abb-regulator.c420 u32 clock_cycles; in ti_abb_init_timings() local
440 ret = of_property_read_u32(dev->of_node, pname, &clock_cycles); in ti_abb_init_timings()
446 if (!clock_cycles) { in ti_abb_init_timings()
485 cycle_rate = DIV_ROUND_CLOSEST(clock_cycles * 10, clk_rate); in ti_abb_init_timings()