Home
last modified time | relevance | path

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

/openbmc/linux/drivers/input/serio/
H A Dpcips2.c35 #define PS2_STAT_TXEMPTY (1<<7) macro
51 } while (!(stat & PS2_STAT_TXEMPTY)); in pcips2_write()