Home
last modified time | relevance | path

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

/linux/drivers/input/serio/
H A Di8042-acpipnpio.h39 #define I8042_COMMAND_REG i8042_command_reg
40 #define I8042_STATUS_REG i8042_command_reg
43 static int i8042_command_reg = 0x64; variable
1671 if (((i8042_pnp_command_reg & ~0xf) == (i8042_command_reg & ~0xf) && in i8042_pnp_init()
1672 i8042_pnp_command_reg != i8042_command_reg) || in i8042_pnp_init()
1675 i8042_pnp_command_reg, i8042_command_reg); in i8042_pnp_init()
1676 i8042_pnp_command_reg = i8042_command_reg; in i8042_pnp_init()
1700 i8042_command_reg = i8042_pnp_command_reg; in i8042_pnp_init()