Searched refs:VPIF_CH3_CTRL (Results 1 – 1 of 1) sorted by relevance
32 #define VPIF_CH3_CTRL (0x0010) macro225 #define channel3_intr_assert() (regw((regr(VPIF_CH3_CTRL)|\226 (VPIF_INT_BOTH << VPIF_CH3_INT_CTRL_SHIFT)), VPIF_CH3_CTRL))433 regw((regr(VPIF_CH3_CTRL) | (VPIF_CH3_CLK_EN)), VPIF_CH3_CTRL); in enable_channel3()434 regw((regr(VPIF_CH3_CTRL) | (VPIF_CH3_EN)), VPIF_CH3_CTRL); in enable_channel3()436 regw((regr(VPIF_CH3_CTRL) & (~VPIF_CH3_CLK_EN)), VPIF_CH3_CTRL); in enable_channel3()437 regw((regr(VPIF_CH3_CTRL) & (~VPIF_CH3_EN)), VPIF_CH3_CTRL); in enable_channel3()511 vpif_set_bit(VPIF_CH3_CTRL, mask); in channel3_raw_enable()513 vpif_clr_bit(VPIF_CH3_CTRL, mask); in channel3_raw_enable()532 vpif_set_bit(VPIF_CH3_CTRL, VPIF_CH3_CLIP_ANC_EN); in channel3_clipping_enable()[all …]