Lines Matching refs:dac
30 #define SUN4I_TVE_EN_DAC_MAP(dac, out) (((out) & 0xf) << (dac + 1) * 4)
51 #define SUN4I_TVE_DAC0_DAC_EN(dac) BIT(dac)
54 #define SUN4I_TVE_NOTCH_DAC0_TO_DAC_DLY(dac, x) ((4 - (x)) << (dac * 3))
71 #define SUN4I_TVE_DAC1_AMPLITUDE(dac, x) ((x) << (dac * 8))
74 #define SUN4I_TVE_DETECT_STA_DAC(dac) BIT((dac * 8))