Home
last modified time | relevance | path

Searched refs:STATUS_IBF (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/include/
H A Di8042.h20 #define STATUS_IBF (1 << 1) macro
/openbmc/u-boot/drivers/input/
H A Di8042.c57 while ((in8(I8042_STS_REG) & STATUS_IBF) && kbd_timeout--) in kbd_input_empty()