Searched refs:ACODEC_VREF_SEL (Results 1 – 2 of 2) sorted by relevance
91 ACODEC_VREF_SEL_MASK, ACODEC_VREF_SEL(0xff)); in rk3528_codec_power_on()101 ACODEC_VREF_SEL_MASK, ACODEC_VREF_SEL(2)); in rk3528_codec_power_on()112 ACODEC_VREF_SEL_MASK, ACODEC_VREF_SEL(0xff)); in rk3528_codec_power_off()
135 #define ACODEC_VREF_SEL(x) ((x) & ACODEC_VREF_SEL_MASK) macro