Home
last modified time | relevance | path

Searched refs:SLOT_PRESENT (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/pci/hotplug/
H A Dibmphp_core.c346 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()
H A Dibmphp_hpc.c926 …& 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()
H A Dibmphp.h594 #define SLOT_PRESENT(s) ((u8) ((s & HPC_SLOT_PRSNT1) \ macro