Searched refs:WIDGET_BIT (Results 1 – 1 of 1) sorted by relevance
407 #define WIDGET_BIT(reg, shift) (((shift) << 8) | (reg)) macro 418 switch (WIDGET_BIT(w->reg, w->shift)) { in aic31xx_dapm_power_event() 419 case WIDGET_BIT(AIC31XX_DACSETUP, 7): in aic31xx_dapm_power_event() 422 case WIDGET_BIT(AIC31XX_DACSETUP, 6): in aic31xx_dapm_power_event() 425 case WIDGET_BIT(AIC31XX_HPDRIVER, 7): in aic31xx_dapm_power_event() 430 case WIDGET_BIT(AIC31XX_HPDRIVER, 6): in aic31xx_dapm_power_event() 435 case WIDGET_BIT(AIC31XX_SPKAMP, 7): in aic31xx_dapm_power_event() 438 case WIDGET_BIT(AIC31XX_SPKAMP, 6): in aic31xx_dapm_power_event() 441 case WIDGET_BIT(AIC31XX_ADCSETUP, 7): in aic31xx_dapm_power_event()