Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/pci/hotplug/
Dibmphp_core.c355 *value = SLOT_PWRGD(myslot.status); in get_power_status()
540 if ((SLOT_PWRGD(slot_cur->status)) && in init_ops()
582 if (!(SLOT_PWRGD(slot_cur->status)) && in validate()
588 if ((SLOT_PWRGD(slot_cur->status)) && in validate()
619 info->power_status = SLOT_PWRGD(slot_cur->status); in ibmphp_update_slot_info()
848 SLOT_PWRGD(tmp_slot->status)) in is_bus_empty()
969 if ((SLOT_PWRGD(tmp_slot->status)) && in check_limitations()
1072 !(SLOT_PWRGD(slot_cur->status))) in enable_slot()
1096 if (SLOT_POWER(slot_cur->status) && !(SLOT_PWRGD(slot_cur->status))) { in enable_slot()
Dibmphp_hpc.c972 if (SLOT_PWRGD (pslot->status)) { in process_changeinstatus()
977 if (SLOT_PWRGD (status)) in process_changeinstatus()
984 else if ((SLOT_PWRGD (poldslot->status) == HPC_SLOT_PWRGD_GOOD) in process_changeinstatus()
Dibmphp.h614 #define SLOT_PWRGD(s) ((u8) ((s & HPC_SLOT_PWRGD) \ macro