Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/input/serio/
Dmaceps2.c47 #define PS2_CONTROL_RESET BIT(5) /* reset */ macro
98 data->port->control = PS2_CONTROL_TX_CLOCK_DISABLE | PS2_CONTROL_RESET; in maceps2_open()
113 data->port->control = PS2_CONTROL_TX_CLOCK_DISABLE | PS2_CONTROL_RESET; in maceps2_close()