Lines Matching refs:power_up
589 ac97->power_up &= ~(1 << (reg>>1));
591 ac97->power_up |= 1 << (reg>>1);
2454 ac97->power_up |= (1 << i);
2456 ac97->power_up &= ~(1 << i);
2481 unsigned int power_up, bits;
2484 power_up = (1 << PWIDX_FRONT) | (1 << PWIDX_ADC);
2485 power_up |= (1 << PWIDX_MIC);
2487 power_up |= (1 << PWIDX_SURR);
2489 power_up |= (1 << PWIDX_CLFE);
2492 power_up = ac97->power_up;
2494 if (power_up) {
2505 if (power_up & (1 << i))
2512 if (! power_up) {