Searched refs:PS2_FSTS_TXRDY (Results 1 – 1 of 1) sorted by relevance
69 #define PS2_FSTS_TXRDY BIT(8) macro123 rval = PS2_FSTS_TXUF | PS2_FSTS_TXOF | PS2_FSTS_TXRDY | in sun4i_ps2_interrupt()195 if (readl(drvdata->reg_base + PS2_REG_FSTS) & PS2_FSTS_TXRDY) { in sun4i_ps2_write()