Searched refs:SLOT_PWRGD (Results 1 – 3 of 3) sorted by relevance
329 *value = SLOT_PWRGD(myslot.status); in get_power_status()505 if ((SLOT_PWRGD(slot_cur->status)) && in init_ops()547 if (!(SLOT_PWRGD(slot_cur->status)) && in validate()553 if ((SLOT_PWRGD(slot_cur->status)) && in validate()796 SLOT_PWRGD(tmp_slot->status)) in is_bus_empty()917 if ((SLOT_PWRGD(tmp_slot->status)) && in check_limitations()1020 !(SLOT_PWRGD(slot_cur->status))) in enable_slot()1044 if (SLOT_POWER(slot_cur->status) && !(SLOT_PWRGD(slot_cur->status))) { in enable_slot()
939 if (SLOT_PWRGD(pslot->status)) { in process_changeinstatus()944 if (SLOT_PWRGD(status)) in process_changeinstatus()951 else if ((SLOT_PWRGD(poldslot->status) == HPC_SLOT_PWRGD_GOOD) in process_changeinstatus()
599 #define SLOT_PWRGD(s) ((u8) ((s & HPC_SLOT_PWRGD) \ macro