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

/linux-4.4.14/drivers/input/serio/
H A Dsun4i-ps2.c24 #define PS2_REG_LSTS 0x0C /* PS2 Module Line Status Reg */ macro
106 intr_status = readl(drvdata->reg_base + PS2_REG_LSTS); sun4i_ps2_interrupt()
117 writel(rval, drvdata->reg_base + PS2_REG_LSTS); sun4i_ps2_interrupt()
133 writel(intr_status, drvdata->reg_base + PS2_REG_LSTS); sun4i_ps2_interrupt()

Completed in 84 milliseconds