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