Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/sun4u/starcat/io/
H A Dschpc.c704 setslot.slot_power_on = PCIMSG_ON; /* Turn slot power on */ in schpc_connect()
766 if ((getslot.slot_powergood != PCIMSG_ON) || in schpc_connect()
767 (getslot.slot_powerfault == PCIMSG_ON)) { in schpc_connect()
782 setslot.slot_power_off = PCIMSG_ON; in schpc_connect()
808 setslot.slot_power_off = PCIMSG_ON; in schpc_connect()
827 setslot.slot_enable_HEALTHY = PCIMSG_ON; in schpc_connect()
828 setslot.slot_enable_ENUM = PCIMSG_ON; in schpc_connect()
1032 setslot.slot_power_off = PCIMSG_ON; /* Turn Power Off */ in schpc_disconnect()
1036 setslot.slot_disable_ENUM = PCIMSG_ON; /* Mask the ENUM# signal */ in schpc_disconnect()
1037 setslot.slot_disable_HEALTHY = PCIMSG_ON; /* Mask the HEALTHY# sig */ in schpc_disconnect()
[all …]
/titanic_50/usr/src/uts/sun4u/starcat/sys/
H A Dschpc_msg.h164 #define PCIMSG_ON 0x1 macro