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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/input/serio/
H A Di8042.h50 #define I8042_STR_OBF 0x01 macro
H A Di8042.c117 while ((~i8042_read_status() & I8042_STR_OBF) && (i < I8042_CTL_TIMEOUT)) {
148 while (((str = i8042_read_status()) & I8042_STR_OBF) && (i < I8042_BUFFER_SIZE)) {
302 if (unlikely(~str & I8042_STR_OBF)) {
514 if (str & I8042_STR_OBF) {

Completed in 41 milliseconds