Searched refs:orig_pwrctl (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dpcic.c3792 int ind, value, orig_pwrctl; local
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; local
[all...]

Completed in 68 milliseconds