Searched refs:I8042_STR_OBF (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.h52 #define I8042_STR_OBF 0x01 macro
H A Di8042.c197 while ((~i8042_read_status() & I8042_STR_OBF) && (i < I8042_CTL_TIMEOUT)) {
228 while (((str = i8042_read_status()) & I8042_STR_OBF) && (i < I8042_BUFFER_SIZE)) {
461 if (unlikely(~str & I8042_STR_OBF)) {
677 if (str & I8042_STR_OBF) {

Completed in 38 milliseconds