Searched refs:SLOT_PRESENT (Results 1 – 3 of 3) sorted by relevance
370 present = SLOT_PRESENT (myslot.status); in get_adapter_present()592 …SLOT_PRESENT = %x, SLOT_LATCH = %x\n", SLOT_POWER (slot_cur->status), SLOT_PRESENT (slot_cur->stat… in init_ops()594 …if (!(SLOT_PWRGD (slot_cur->status)) && (SLOT_PRESENT (slot_cur->status)) && !(SLOT_LATCH (slot_cu… in init_ops()602 …if ((SLOT_PWRGD (slot_cur->status)) && (SLOT_PRESENT (slot_cur->status)) && !(SLOT_LATCH (slot_cur… in init_ops()608 …if ((SLOT_PWRGD (slot_cur->status)) && !(SLOT_PRESENT (slot_cur->status)) && !(SLOT_LATCH (slot_cu… in init_ops()646 if (!(SLOT_PWRGD (slot_cur->status)) && (SLOT_PRESENT (slot_cur->status)) in validate()654 if ((SLOT_PWRGD (slot_cur->status)) && (SLOT_PRESENT (slot_cur->status)) in validate()704 if (!SLOT_PRESENT (slot_cur->status)) { in ibmphp_update_slot_info()1098 if (SLOT_PRESENT (tmp_slot->status) && SLOT_PWRGD (tmp_slot->status)) in is_bus_empty()
950 if (SLOT_PRESENT (pslot->status)) in ibmphp_hpc_fillhpslotinfo()1030 … 0x20) && (SLOT_CONNECT (poldslot->status) == HPC_SLOT_CONNECTED) && (SLOT_PRESENT (poldslot->stat… in process_changeinstatus()1054 … && (SLOT_CONNECT (poldslot->status) == HPC_SLOT_CONNECTED) && (SLOT_PRESENT (poldslot->status))) { in process_changeinstatus()
614 #define SLOT_PRESENT(s) ((u8) ((s & HPC_SLOT_PRSNT1) \ macro