Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/video/fbdev/omap2/omapfb/dss/
Ddispc.c2422 #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()
/linux-6.1.9/drivers/gpu/drm/omapdrm/dss/
Ddispc.c2497 #define DIV_FRAC(dividend, divisor) \ macro
2585 out_width / width, DIV_FRAC(out_width, width), in dispc_ovl_calc_scaling()
2586 out_height / height, DIV_FRAC(out_height, height), in dispc_ovl_calc_scaling()
2590 out_width / (width / decim_x), DIV_FRAC(out_width, width / decim_x), in dispc_ovl_calc_scaling()
2591 out_height / (height / decim_y), DIV_FRAC(out_height, height / decim_y), in dispc_ovl_calc_scaling()