Searched refs:PCIC_PWRCTL (Results 1 – 3 of 3) sorted by relevance
/openbsd/sys/dev/ic/ |
H A D | i82365reg.h | 85 #define PCIC_PWRCTL 0x02 /* RW */ macro
|
H A D | i82365.c | 794 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 D | pccbb.c | 1944 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);
|