Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/pci/hotplug/
Dibmphp_core.c366 present = SLOT_PRESENT(myslot.status); in get_adapter_present()
515 debug("SLOT_PRESENT = %x\n", SLOT_PRESENT(slot_cur->status)); in init_ops()
519 !(SLOT_PRESENT(slot_cur->status)) && in init_ops()
561 (SLOT_PRESENT(slot_cur->status)) && in validate()
567 (SLOT_PRESENT(slot_cur->status)) && in validate()
599 if (!SLOT_PRESENT(slot_cur->status)) { in ibmphp_update_slot_info()
831 if (SLOT_PRESENT(tmp_slot->status) && in is_bus_empty()
Dibmphp_hpc.c945 …& 0x20) && (SLOT_CONNECT(poldslot->status) == HPC_SLOT_CONNECTED) && (SLOT_PRESENT(poldslot->statu… in process_changeinstatus()
969 && (SLOT_CONNECT(poldslot->status) == HPC_SLOT_CONNECTED) && (SLOT_PRESENT(poldslot->status))) { in process_changeinstatus()
Dibmphp.h596 #define SLOT_PRESENT(s) ((u8) ((s & HPC_SLOT_PRSNT1) \ macro
Dibmphp_ebda.c687 if (SLOT_PRESENT(slot->status)) in fillslotinfo()