Searched refs:XMTRDY (Results 1 – 3 of 3) sorted by relevance
20 #define XMTRDY 0x20 macro34 while ((inb(early_serial_base + LSR) & XMTRDY) == 0 && --timeout) in serial_putchar()
93 #define XMTRDY 0x20 macro101 while ((inb(early_serial_base + LSR) & XMTRDY) == 0 && --timeout) in serial_putchar()
84 #define XMTRDY 0x20 macro117 while ((serial_in(early_serial_base, LSR) & XMTRDY) == 0 && --timeout) in early_serial_putc()