Searched refs:VPIF_CH2_CTRL (Results 1 – 1 of 1) sorted by relevance
31 #define VPIF_CH2_CTRL (0x000C) macro221 #define channel2_intr_assert() (regw((regr(VPIF_CH2_CTRL)|\222 (VPIF_INT_BOTH << VPIF_CH2_INT_CTRL_SHIFT)), VPIF_CH2_CTRL))421 regw((regr(VPIF_CH2_CTRL) | (VPIF_CH2_CLK_EN)), VPIF_CH2_CTRL); in enable_channel2()422 regw((regr(VPIF_CH2_CTRL) | (VPIF_CH2_EN)), VPIF_CH2_CTRL); in enable_channel2()424 regw((regr(VPIF_CH2_CTRL) & (~VPIF_CH2_CLK_EN)), VPIF_CH2_CTRL); in enable_channel2()425 regw((regr(VPIF_CH2_CTRL) & (~VPIF_CH2_EN)), VPIF_CH2_CTRL); in enable_channel2()495 vpif_set_bit(VPIF_CH2_CTRL, mask); in channel2_raw_enable()497 vpif_clr_bit(VPIF_CH2_CTRL, mask); in channel2_raw_enable()520 vpif_set_bit(VPIF_CH2_CTRL, VPIF_CH2_CLIP_ANC_EN); in channel2_clipping_enable()[all …]