Home
last modified time | relevance | path

Searched refs:WIDGET_BIT (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/sound/soc/codecs/
H A Dtlv320aic31xx.c406 #define WIDGET_BIT(reg, shift) (((shift) << 8) | (reg)) macro
417 switch (WIDGET_BIT(w->reg, w->shift)) { in aic31xx_dapm_power_event()
418 case WIDGET_BIT(AIC31XX_DACSETUP, 7): in aic31xx_dapm_power_event()
421 case WIDGET_BIT(AIC31XX_DACSETUP, 6): in aic31xx_dapm_power_event()
424 case WIDGET_BIT(AIC31XX_HPDRIVER, 7): in aic31xx_dapm_power_event()
429 case WIDGET_BIT(AIC31XX_HPDRIVER, 6): in aic31xx_dapm_power_event()
434 case WIDGET_BIT(AIC31XX_SPKAMP, 7): in aic31xx_dapm_power_event()
437 case WIDGET_BIT(AIC31XX_SPKAMP, 6): in aic31xx_dapm_power_event()
440 case WIDGET_BIT(AIC31XX_ADCSETUP, 7): in aic31xx_dapm_power_event()