Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/pci/hotplug/
Dibmphp_core.c339 *value = SLOT_PWRGD(myslot.status); in get_power_status()
518 if ((SLOT_PWRGD(slot_cur->status)) && in init_ops()
560 if (!(SLOT_PWRGD(slot_cur->status)) && in validate()
566 if ((SLOT_PWRGD(slot_cur->status)) && in validate()
595 info->power_status = SLOT_PWRGD(slot_cur->status); in ibmphp_update_slot_info()
832 SLOT_PWRGD(tmp_slot->status)) in is_bus_empty()
953 if ((SLOT_PWRGD(tmp_slot->status)) && in check_limitations()
1056 !(SLOT_PWRGD(slot_cur->status))) in enable_slot()
1080 if (SLOT_POWER(slot_cur->status) && !(SLOT_PWRGD(slot_cur->status))) { in enable_slot()
Dibmphp_hpc.c956 if (SLOT_PWRGD(pslot->status)) { in process_changeinstatus()
961 if (SLOT_PWRGD(status)) in process_changeinstatus()
968 else if ((SLOT_PWRGD(poldslot->status) == HPC_SLOT_PWRGD_GOOD) in process_changeinstatus()
Dibmphp.h600 #define SLOT_PWRGD(s) ((u8) ((s & HPC_SLOT_PWRGD) \ macro