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