Lines Matching defs:poldslot
897 static int process_changeinstatus(struct slot *pslot, struct slot *poldslot)
904 debug("process_changeinstatus - Entry pslot[%p], poldslot[%p]\n", pslot, poldslot);
907 if ((pslot->status & 0x01) != (poldslot->status & 0x01))
914 if ((pslot->status & 0x04) != (poldslot->status & 0x04))
919 if (((pslot->status & 0x08) != (poldslot->status & 0x08))
920 || ((pslot->status & 0x10) != (poldslot->status & 0x10)))
924 if ((pslot->status & 0x20) != (poldslot->status & 0x20))
926 if ((poldslot->status & 0x20) && (SLOT_CONNECT(poldslot->status) == HPC_SLOT_CONNECTED) && (SLOT_PRESENT(poldslot->status)))
933 if ((pslot->status & 0x80) != (poldslot->status & 0x80)) {
949 else if ((SLOT_PWRGD(poldslot->status) == HPC_SLOT_PWRGD_GOOD)
950 && (SLOT_CONNECT(poldslot->status) == HPC_SLOT_CONNECTED) && (SLOT_PRESENT(poldslot->status))) {
956 if ((pslot->ext_status & 0x08) != (poldslot->ext_status & 0x08))