Searched refs:DIV_FRAC (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/video/fbdev/omap2/omapfb/dss/ |
H A D | dispc.c | 2411 #define DIV_FRAC(dividend, divisor) \ macro 2476 out_width / width, DIV_FRAC(out_width, width), in dispc_ovl_calc_scaling() 2477 out_height / height, DIV_FRAC(out_height, height), in dispc_ovl_calc_scaling() 2481 out_width / (width / decim_x), DIV_FRAC(out_width, width / decim_x), in dispc_ovl_calc_scaling() 2482 out_height / (height / decim_y), DIV_FRAC(out_height, height / decim_y), in dispc_ovl_calc_scaling()
|
/linux/drivers/gpu/drm/omapdrm/dss/ |
H A D | dispc.c | 2452 #define DIV_FRAC(dividend, divisor) \ macro 2540 out_width / width, DIV_FRAC(out_width, width), in dispc_ovl_calc_scaling() 2541 out_height / height, DIV_FRAC(out_height, height), in dispc_ovl_calc_scaling() 2545 out_width / (width / decim_x), DIV_FRAC(out_width, width / decim_x), in dispc_ovl_calc_scaling() 2546 out_height / (height / decim_y), DIV_FRAC(out_height, height / decim_y), in dispc_ovl_calc_scaling()
|