Searched refs:DIV_FRAC (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/video/fbdev/omap2/dss/ |
D | dispc.c | 2422 #define DIV_FRAC(dividend, divisor) \ macro 2487 out_width / width, DIV_FRAC(out_width, width), in dispc_ovl_calc_scaling() 2488 out_height / height, DIV_FRAC(out_height, height), in dispc_ovl_calc_scaling() 2492 out_width / (width / decim_x), DIV_FRAC(out_width, width / decim_x), in dispc_ovl_calc_scaling() 2493 out_height / (height / decim_y), DIV_FRAC(out_height, height / decim_y), in dispc_ovl_calc_scaling()
|