Home
last modified time | relevance | path

Searched refs:PCIC_POWER_CONTROL (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/uts/common/io/
H A Dpcic.c638 pcic_putb(pcic, i, PCIC_POWER_CONTROL, 0); in pcic_quiesce()
1723 pcic_putb(pcic, i, PCIC_POWER_CONTROL, 0); in pcic_detach()
2178 pcic_putb(pcic, i, PCIC_POWER_CONTROL, 0); in pcic_setup_adapter()
3761 PCIC_POWER_CONTROL)); in pcic_set_vcc_level()
4093 orig_pwrctl = pcic_getb(pcic, socket->socket, PCIC_POWER_CONTROL); in pcic_set_socket()
4097 PCIC_POWER_CONTROL, orig_pwrctl); in pcic_set_socket()
4098 (void) pcic_getb(pcic, socket->socket, PCIC_POWER_CONTROL); in pcic_set_socket()
4118 PCIC_POWER_CONTROL); in pcic_set_socket()
4121 PCIC_POWER_CONTROL, orig_pwrctl); in pcic_set_socket()
4122 (void) pcic_getb(pcic, socket->socket, PCIC_POWER_CONTROL); in pcic_set_socket()
[all …]
/titanic_50/usr/src/uts/common/sys/
H A Dpcic_reg.h95 #define PCIC_POWER_CONTROL 0x02 /* Power and RESETDRV control */ macro