Lines Matching refs:VPIF_INTEN
42 #define VPIF_INTEN (0x0020) macro
296 regw((regr(VPIF_INTEN) | 0x10), VPIF_INTEN); in channel0_intr_enable()
299 regw((regr(VPIF_INTEN) | VPIF_INTEN_FRAME_CH0), VPIF_INTEN); in channel0_intr_enable()
303 regw((regr(VPIF_INTEN) & (~VPIF_INTEN_FRAME_CH0)), VPIF_INTEN); in channel0_intr_enable()
318 regw((regr(VPIF_INTEN) | 0x10), VPIF_INTEN); in channel1_intr_enable()
321 regw((regr(VPIF_INTEN) | VPIF_INTEN_FRAME_CH1), VPIF_INTEN); in channel1_intr_enable()
325 regw((regr(VPIF_INTEN) & (~VPIF_INTEN_FRAME_CH1)), VPIF_INTEN); in channel1_intr_enable()
457 regw((regr(VPIF_INTEN) | 0x10), VPIF_INTEN); in channel2_intr_enable()
459 regw((regr(VPIF_INTEN) | VPIF_INTEN_FRAME_CH2), VPIF_INTEN); in channel2_intr_enable()
463 regw((regr(VPIF_INTEN) & (~VPIF_INTEN_FRAME_CH2)), VPIF_INTEN); in channel2_intr_enable()
478 regw((regr(VPIF_INTEN) | 0x10), VPIF_INTEN); in channel3_intr_enable()
481 regw((regr(VPIF_INTEN) | VPIF_INTEN_FRAME_CH3), VPIF_INTEN); in channel3_intr_enable()
485 regw((regr(VPIF_INTEN) & (~VPIF_INTEN_FRAME_CH3)), VPIF_INTEN); in channel3_intr_enable()