Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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()
199 if (readl(drvdata->reg_base + PS2_REG_FSTS) & PS2_FSTS_TXRDY) { in sun4i_ps2_write()
/kernel/linux/linux-6.6/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()
199 if (readl(drvdata->reg_base + PS2_REG_FSTS) & PS2_FSTS_TXRDY) { in sun4i_ps2_write()

Completed in 2 milliseconds