Home
last modified time | relevance | path

Searched refs:PCIC_PWRCTL (Results 1 – 3 of 3) sorted by relevance

/openbsd/sys/dev/ic/
H A Di82365reg.h85 #define PCIC_PWRCTL 0x02 /* RW */ macro
H A Di82365.c794 pcic_write(h, PCIC_PWRCTL, 0); in pcic_deactivate_card()
1338 pcic_write(h, PCIC_PWRCTL, 0); in pcic_chip_socket_enable()
1354 pcic_write(h, PCIC_PWRCTL, PCIC_PWRCTL_DISABLE_RESETDRV | in pcic_chip_socket_enable()
1366 pcic_write(h, PCIC_PWRCTL, PCIC_PWRCTL_DISABLE_RESETDRV | in pcic_chip_socket_enable()
1434 pcic_write(h, PCIC_PWRCTL, 0); in pcic_chip_socket_disable()
/openbsd/sys/dev/pci/
H A Dpccbb.c1944 Pcic_write(ph, PCIC_PWRCTL, power);
1962 power = Pcic_read(ph, PCIC_PWRCTL);
1963 Pcic_write(ph, PCIC_PWRCTL, (power & ~PCIC_PWRCTL_OE));
1967 power = Pcic_read(ph, PCIC_PWRCTL);
1968 Pcic_write(ph, PCIC_PWRCTL, power | PCIC_PWRCTL_OE);
2044 power = Pcic_read(ph, PCIC_PWRCTL);
2046 Pcic_write(ph, PCIC_PWRCTL, power);