Searched refs:bus_tick (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/drivers/video/fbdev/omap/
H A Dhwa742.c631 int bus_tick = hwa742.extif_clk_period * div; round_to_extif_ticks() local
632 return (ps + bus_tick - 1) / bus_tick * bus_tick; round_to_extif_ticks()
/linux-4.1.27/drivers/video/fbdev/omap2/dss/
H A Drfbi.c389 int bus_tick = extif_clk_period * div; round_to_extif_ticks() local
390 return (ps + bus_tick - 1) / bus_tick * bus_tick; round_to_extif_ticks()

Completed in 221 milliseconds