Searched refs:SLOT_PWRGD (Results 1 – 3 of 3) sorted by relevance
321 *value = SLOT_PWRGD(myslot.status); in get_power_status()434 if ((SLOT_PWRGD(slot_cur->status)) && in init_ops()476 if (!(SLOT_PWRGD(slot_cur->status)) && in validate()482 if ((SLOT_PWRGD(slot_cur->status)) && in validate()725 SLOT_PWRGD(tmp_slot->status)) in is_bus_empty()846 if ((SLOT_PWRGD(tmp_slot->status)) && in check_limitations()949 !(SLOT_PWRGD(slot_cur->status))) in enable_slot()973 if (SLOT_POWER(slot_cur->status) && !(SLOT_PWRGD(slot_cur->status))) { in enable_slot()
937 if (SLOT_PWRGD(pslot->status)) { in process_changeinstatus()942 if (SLOT_PWRGD(status)) in process_changeinstatus()949 else if ((SLOT_PWRGD(poldslot->status) == HPC_SLOT_PWRGD_GOOD) in process_changeinstatus()
597 #define SLOT_PWRGD(s) ((u8) ((s & HPC_SLOT_PWRGD) \ macro