sys/dev/ic/i82365.c
1338
pcic_write(h, PCIC_PWRCTL, 0);
sys/dev/ic/i82365.c
1354
pcic_write(h, PCIC_PWRCTL, PCIC_PWRCTL_DISABLE_RESETDRV |
sys/dev/ic/i82365.c
1366
pcic_write(h, PCIC_PWRCTL, PCIC_PWRCTL_DISABLE_RESETDRV |
sys/dev/ic/i82365.c
1434
pcic_write(h, PCIC_PWRCTL, 0);
sys/dev/ic/i82365.c
794
pcic_write(h, PCIC_PWRCTL, 0);
sys/dev/pci/pccbb.c
1944
Pcic_write(ph, PCIC_PWRCTL, power);
sys/dev/pci/pccbb.c
1962
power = Pcic_read(ph, PCIC_PWRCTL);
sys/dev/pci/pccbb.c
1963
Pcic_write(ph, PCIC_PWRCTL, (power & ~PCIC_PWRCTL_OE));
sys/dev/pci/pccbb.c
1967
power = Pcic_read(ph, PCIC_PWRCTL);
sys/dev/pci/pccbb.c
1968
Pcic_write(ph, PCIC_PWRCTL, power | PCIC_PWRCTL_OE);
sys/dev/pci/pccbb.c
2044
power = Pcic_read(ph, PCIC_PWRCTL);
sys/dev/pci/pccbb.c
2046
Pcic_write(ph, PCIC_PWRCTL, power);