Home
last modified time | relevance | path

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

/linux/drivers/input/serio/
H A Dsun4i-ps2.c32 #define PS2_GCTL_INTEN BIT(3) macro
171 rval = PS2_GCTL_RESET | PS2_GCTL_INTEN | PS2_GCTL_MASTER in sun4i_ps2_open()
188 writel(rval & ~(PS2_GCTL_INTEN), drvdata->reg_base + PS2_REG_GCTL); in sun4i_ps2_close()