Home
last modified time | relevance | path

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

/linux/drivers/input/serio/
H A Dsun4i-ps2.c25 #define PS2_REG_LSTS 0x0C /* PS2 Module Line Status Reg */ macro
107 intr_status = readl(drvdata->reg_base + PS2_REG_LSTS); in sun4i_ps2_interrupt()
118 writel(rval, drvdata->reg_base + PS2_REG_LSTS); in sun4i_ps2_interrupt()
134 writel(intr_status, drvdata->reg_base + PS2_REG_LSTS); in sun4i_ps2_interrupt()