Lines Matching refs:orig_pwrctl
3792 int ind, value, orig_pwrctl;
4093 orig_pwrctl = pcic_getb(pcic, socket->socket, PCIC_POWER_CONTROL);
4094 if ((orig_pwrctl & POWER_OUTPUT_ENABLE) && sockp->pcs_vcc == 0) {
4095 orig_pwrctl &= ~POWER_OUTPUT_ENABLE;
4097 PCIC_POWER_CONTROL, orig_pwrctl);
4116 if (!(orig_pwrctl & POWER_OUTPUT_ENABLE) && sockp->pcs_vcc != 0) {
4117 orig_pwrctl = pcic_getb(pcic, socket->socket,
4119 orig_pwrctl |= POWER_OUTPUT_ENABLE;
4121 PCIC_POWER_CONTROL, orig_pwrctl);
6581 int ind, value, orig_pwrctl;
6584 orig_pwrctl = pcic_getb(pcic, socket, PCIC_POWER_CONTROL);
6589 socket, powerlevel, orig_pwrctl);
6593 (orig_pwrctl & POWER_OUTPUT_ENABLE);
6594 if (powerlevel != orig_pwrctl) {
6672 orig_pwrctl,