Searched refs:I8042_CTR_AUXINT (Results 1 - 2 of 2) 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.h59 #define I8042_CTR_AUXINT 0x02 macro
H A Di8042.c351 irq_bit = I8042_CTR_AUXINT;
561 i8042_ctr |= I8042_CTR_AUXINT;
564 i8042_ctr &= ~I8042_CTR_AUXINT;
651 i8042_ctr &= ~I8042_CTR_AUXINT;
834 i8042_ctr &= ~I8042_CTR_AUXINT;
1000 i8042_ctr &= ~(I8042_CTR_KBDINT | I8042_CTR_AUXINT);
1106 i8042_ctr &= ~(I8042_CTR_AUXINT | I8042_CTR_KBDINT);

Completed in 52 milliseconds