Searched refs:yhstep (Results 1 – 4 of 4) sorted by relevance
276 __u32 yhstep, yvstep; in g2d_vsu_para_set() local308 yhstep = temp; in g2d_vsu_para_set()309 p_reg->y_hor_step.dwval = yhstep << 1; in g2d_vsu_para_set()319 yhcoef_offset = g2d_vsu_calc_fir_coef(yhstep); in g2d_vsu_para_set()354 p_reg->c_hor_step.dwval = yhstep; in g2d_vsu_para_set()356 chcoef_offset = g2d_vsu_calc_fir_coef(yhstep >> 1); in g2d_vsu_para_set()375 p_reg->c_hor_step.dwval = yhstep; in g2d_vsu_para_set()398 p_reg->c_hor_step.dwval = yhstep; in g2d_vsu_para_set()421 p_reg->c_hor_step.dwval = yhstep >> 1; in g2d_vsu_para_set()442 p_reg->c_hor_step.dwval = yhstep << 1; in g2d_vsu_para_set()[all …]
148 union VSU_HSTEP_REG yhstep; /* 0x0088 */ member
110 unsigned int yhstep, yvstep, chstep, cvstep;220 yhstep = (w<<20)/outw;471 de_writel(base + 0x20088, yhstep);685 unsigned int yhstep, yvstep, chstep, cvstep; in rt_mixer_init() local794 yhstep = (w << 20) / outw; in rt_mixer_init()1046 de_writel(base + 0x20088, yhstep); in rt_mixer_init()
317 vsu_dev[sel][chno]->yhstep.dwval in de_vsu_set_para()
Completed in 17 milliseconds