Searched refs:SUNXI_DE_FE_FACTOR_INT (Results 1 – 2 of 2) sorted by relevance
384 writel(SUNXI_DE_FE_FACTOR_INT(1), &de_fe->ch0_horzfact); in sunxi_frontend_mode_set()385 writel(SUNXI_DE_FE_FACTOR_INT(1), &de_fe->ch0_vertfact); in sunxi_frontend_mode_set()391 writel(SUNXI_DE_FE_FACTOR_INT(1), &de_fe->ch1_horzfact); in sunxi_frontend_mode_set()392 writel(SUNXI_DE_FE_FACTOR_INT(1), &de_fe->ch1_vertfact); in sunxi_frontend_mode_set()
231 #define SUNXI_DE_FE_FACTOR_INT(n) ((n) << 16) macro