Home
last modified time | relevance | path

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

/drivers/pci/hotplug/
Dibmphp_core.c384 present = SLOT_PRESENT(myslot.status); in get_adapter_present()
539 debug("SLOT_PRESENT = %x\n", SLOT_PRESENT(slot_cur->status)); in init_ops()
543 !(SLOT_PRESENT(slot_cur->status)) && in init_ops()
585 (SLOT_PRESENT(slot_cur->status)) && in validate()
591 (SLOT_PRESENT(slot_cur->status)) && in validate()
625 if (!SLOT_PRESENT(slot_cur->status)) { in ibmphp_update_slot_info()
836 if (SLOT_PRESENT(tmp_slot->status) && in is_bus_empty()
Dibmphp_hpc.c961 … 0x20) && (SLOT_CONNECT (poldslot->status) == HPC_SLOT_CONNECTED) && (SLOT_PRESENT (poldslot->stat… in process_changeinstatus()
985 … && (SLOT_CONNECT (poldslot->status) == HPC_SLOT_CONNECTED) && (SLOT_PRESENT (poldslot->status))) { in process_changeinstatus()
Dibmphp.h610 #define SLOT_PRESENT(s) ((u8) ((s & HPC_SLOT_PRSNT1) \ macro
Dibmphp_ebda.c702 if (SLOT_PRESENT (slot->status)) in fillslotinfo()