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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/serio/
H A Di8042-x86ia64io.h42 #define I8042_COMMAND_REG i8042_command_reg
43 #define I8042_STATUS_REG i8042_command_reg
46 static int i8042_command_reg = 0x64; variable
823 if (((i8042_pnp_command_reg & ~0xf) == (i8042_command_reg & ~0xf) &&
824 i8042_pnp_command_reg != i8042_command_reg) ||
829 i8042_pnp_command_reg, i8042_command_reg);
830 i8042_pnp_command_reg = i8042_command_reg;
858 i8042_command_reg = i8042_pnp_command_reg;

Completed in 35 milliseconds