Searched refs:XMTRDY (Results 1 – 4 of 4) sorted by relevance
20 #define XMTRDY 0x20 macro34 while ((inb(early_serial_base + LSR) & XMTRDY) == 0 && --timeout) in serial_putchar()
5 #define XMTRDY 0x20 macro
79 #define XMTRDY 0x20 macro99 while ((inb(early_serial_base + LSR) & XMTRDY) == 0 && --timeout) in early_serial_putc()
159 #define XMTRDY 0x20 macro167 while ((inb(early_serial_base + LSR) & XMTRDY) == 0 && --timeout) in serial_putchar()