Lines Matching defs:poldslot
899 static int process_changeinstatus(struct slot *pslot, struct slot *poldslot)
906 debug("process_changeinstatus - Entry pslot[%p], poldslot[%p]\n", pslot, poldslot);
909 if ((pslot->status & 0x01) != (poldslot->status & 0x01))
916 if ((pslot->status & 0x04) != (poldslot->status & 0x04))
921 if (((pslot->status & 0x08) != (poldslot->status & 0x08))
922 || ((pslot->status & 0x10) != (poldslot->status & 0x10)))
926 if ((pslot->status & 0x20) != (poldslot->status & 0x20))
928 if ((poldslot->status & 0x20) && (SLOT_CONNECT(poldslot->status) == HPC_SLOT_CONNECTED) && (SLOT_PRESENT(poldslot->status)))
935 if ((pslot->status & 0x80) != (poldslot->status & 0x80)) {
951 else if ((SLOT_PWRGD(poldslot->status) == HPC_SLOT_PWRGD_GOOD)
952 && (SLOT_CONNECT(poldslot->status) == HPC_SLOT_CONNECTED) && (SLOT_PRESENT(poldslot->status))) {
958 if ((pslot->ext_status & 0x08) != (poldslot->ext_status & 0x08))