Home
last modified time | relevance | path

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

/openbmc/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
1580 if (((i8042_pnp_command_reg & ~0xf) == (i8042_command_reg & ~0xf) && in i8042_pnp_init()
1581 i8042_pnp_command_reg != i8042_command_reg) || in i8042_pnp_init()
1584 i8042_pnp_command_reg, i8042_command_reg); in i8042_pnp_init()
1585 i8042_pnp_command_reg = i8042_command_reg; in i8042_pnp_init()
1609 i8042_command_reg = i8042_pnp_command_reg; in i8042_pnp_init()