Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/i86pc/boot/
H A Dboot_keyboard.c100 #define I8042_STAT_OUTBF 0x01 macro
196 buffer_stat &= (I8042_STAT_OUTBF | I8042_STAT_AUXBF); in kb_ischar()
202 case (I8042_STAT_OUTBF | I8042_STAT_AUXBF): in kb_ischar()
/titanic_50/usr/src/uts/common/io/
H A Di8042.c205 #define I8042_STAT_OUTBF 0x01 /* Output (to host) buffer full */ macro
413 if (! (stat & I8042_STAT_OUTBF)) in i8042_discard_junk_data()
528 I8042_STAT_OUTBF)) { in i8042_wait_obf()
1016 if (! (stat & I8042_STAT_OUTBF)) { in i8042_intr()
1223 if ((stat & I8042_STAT_OUTBF) == 0) in i8042_get8()
1256 if ((stat & I8042_STAT_OUTBF) == 0) { in i8042_get8()