Searched refs:PCIMSG_ON (Results 1 – 2 of 2) sorted by relevance
704 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 …]
164 #define PCIMSG_ON 0x1 macro