Searched refs:SLOT_PRESENT (Results 1 – 3 of 3) sorted by relevance
354 present = SLOT_PRESENT(myslot.status); in get_adapter_present()502 debug("SLOT_PRESENT = %x\n", SLOT_PRESENT(slot_cur->status)); in init_ops()506 !(SLOT_PRESENT(slot_cur->status)) && in init_ops()548 (SLOT_PRESENT(slot_cur->status)) && in validate()554 (SLOT_PRESENT(slot_cur->status)) && in validate()795 if (SLOT_PRESENT(tmp_slot->status) && in is_bus_empty()
928 …& 0x20) && (SLOT_CONNECT(poldslot->status) == HPC_SLOT_CONNECTED) && (SLOT_PRESENT(poldslot->statu… in process_changeinstatus()952 && (SLOT_CONNECT(poldslot->status) == HPC_SLOT_CONNECTED) && (SLOT_PRESENT(poldslot->status))) { in process_changeinstatus()
595 #define SLOT_PRESENT(s) ((u8) ((s & HPC_SLOT_PRSNT1) \ macro