Home
last modified time | relevance | path

Searched refs:PS2_FSTS_TXRDY (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/input/serio/
H A Dsun4i-ps2.c69 #define PS2_FSTS_TXRDY BIT(8) macro
123 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()