Searched refs:SLOT_CONNECT (Results 1 – 3 of 3) sorted by relevance
928 …if ((poldslot->status & 0x20) && (SLOT_CONNECT(poldslot->status) == HPC_SLOT_CONNECTED) && (SLOT_P… in process_changeinstatus()952 && (SLOT_CONNECT(poldslot->status) == HPC_SLOT_CONNECTED) && (SLOT_PRESENT(poldslot->status))) { in process_changeinstatus()
588 #define SLOT_CONNECT(s) ((u8) ((s & HPC_SLOT_CONNECT) \ macro
918 !(SLOT_CONNECT(tmp_slot->status))) in check_limitations()