Lines Matching refs:status
59 * framing error, we have to manually clear the status.
64 unsigned int scancode, flag, status;
66 status = readl_relaxed(ps2if->base + PS2STAT);
67 while (status & PS2STAT_RXF) {
68 if (status & PS2STAT_STP)
71 flag = (status & PS2STAT_STP ? SERIO_FRAME : 0) |
72 (status & PS2STAT_RXP ? 0 : SERIO_PARITY);
81 status = readl_relaxed(ps2if->base + PS2STAT);
93 unsigned int status;
96 status = readl_relaxed(ps2if->base + PS2STAT);
100 } else if (status & PS2STAT_TXE) {