Home
last modified time | relevance | path

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

/openbmc/linux/drivers/input/serio/
H A Dmaceps2.c44 #define PS2_CONTROL_RESET BIT(5) /* reset */ macro
95 data->port->control = PS2_CONTROL_TX_CLOCK_DISABLE | PS2_CONTROL_RESET; in maceps2_open()
110 data->port->control = PS2_CONTROL_TX_CLOCK_DISABLE | PS2_CONTROL_RESET; in maceps2_close()