Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/pci/hotplug/
Dibmphp_hpc.c961 …if ((poldslot->status & 0x20) && (SLOT_CONNECT (poldslot->status) == HPC_SLOT_CONNECTED) && (SLOT_… in process_changeinstatus()
985 … && (SLOT_CONNECT (poldslot->status) == HPC_SLOT_CONNECTED) && (SLOT_PRESENT (poldslot->status))) { in process_changeinstatus()
Dibmphp.h603 #define SLOT_CONNECT(s) ((u8) ((s & HPC_SLOT_CONNECT) \ macro
Dibmphp_core.c970 !(SLOT_CONNECT(tmp_slot->status))) in check_limitations()