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

/linux-master/include/linux/
H A Di8042.h42 #define I8042_STR_OBF 0x01 macro
/linux-master/drivers/input/serio/
H A Di8042.c245 while ((~i8042_read_status() & I8042_STR_OBF) && (i < I8042_CTL_TIMEOUT)) {
277 while ((str = i8042_read_status()) & I8042_STR_OBF) {
536 if (unlikely(~str & I8042_STR_OBF)) {
758 if (str & I8042_STR_OBF) {

Completed in 112 milliseconds