Searched refs:SLOT_CONNECT (Results 1 – 3 of 3) sorted by relevance
961 …if ((poldslot->status & 0x20) && (SLOT_CONNECT (poldslot->status) == HPC_SLOT_CONNECTED) && (SLOT_… in process_changeinstatus()985 … && (SLOT_CONNECT (poldslot->status) == HPC_SLOT_CONNECTED) && (SLOT_PRESENT (poldslot->status))) { in process_changeinstatus()
603 #define SLOT_CONNECT(s) ((u8) ((s & HPC_SLOT_CONNECT) \ macro
970 !(SLOT_CONNECT(tmp_slot->status))) in check_limitations()