Searched refs:SLOT_PRESENT (Results 1 – 3 of 3) sorted by relevance
346 present = SLOT_PRESENT(myslot.status); in get_adapter_present()431 debug("SLOT_PRESENT = %x\n", SLOT_PRESENT(slot_cur->status)); in init_ops()435 !(SLOT_PRESENT(slot_cur->status)) && in init_ops()477 (SLOT_PRESENT(slot_cur->status)) && in validate()483 (SLOT_PRESENT(slot_cur->status)) && in validate()724 if (SLOT_PRESENT(tmp_slot->status) && in is_bus_empty()
926 …& 0x20) && (SLOT_CONNECT(poldslot->status) == HPC_SLOT_CONNECTED) && (SLOT_PRESENT(poldslot->statu… in process_changeinstatus()950 && (SLOT_CONNECT(poldslot->status) == HPC_SLOT_CONNECTED) && (SLOT_PRESENT(poldslot->status))) { in process_changeinstatus()
594 #define SLOT_PRESENT(s) ((u8) ((s & HPC_SLOT_PRSNT1) \ macro