Searched refs:STATUS_IBF (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/include/ | ||
H A D | i8042.h | 20 #define STATUS_IBF (1 << 1) macro |
/openbmc/u-boot/drivers/input/ | ||
H A D | i8042.c | 57 while ((in8(I8042_STS_REG) & STATUS_IBF) && kbd_timeout--) in kbd_input_empty() |