Home
last modified time | relevance | path

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

/openbmc/linux/drivers/regulator/
H A Dti-abb-regulator.c412 u32 clock_cycles; in ti_abb_init_timings() local
432 ret = of_property_read_u32(dev->of_node, pname, &clock_cycles); in ti_abb_init_timings()
438 if (!clock_cycles) { in ti_abb_init_timings()
477 cycle_rate = DIV_ROUND_CLOSEST(clock_cycles * 10, clk_rate); in ti_abb_init_timings()