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.h40 #define I8042_COMMAND_REG i8042_command_reg
41 #define I8042_STATUS_REG i8042_command_reg
44 static int i8042_command_reg = 0x64; variable
1679 if (((i8042_pnp_command_reg & ~0xf) == (i8042_command_reg & ~0xf) && in i8042_pnp_init()
1680 i8042_pnp_command_reg != i8042_command_reg) || in i8042_pnp_init()
1683 i8042_pnp_command_reg, i8042_command_reg); in i8042_pnp_init()
1684 i8042_pnp_command_reg = i8042_command_reg; in i8042_pnp_init()
1708 i8042_command_reg = i8042_pnp_command_reg; in i8042_pnp_init()