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()
159 #define XMTRDY 0x20 macro167 while ((inb(early_serial_base + LSR) & XMTRDY) == 0 && --timeout) in serial_putchar()
82 #define XMTRDY 0x20 macro115 while ((serial_in(early_serial_base, LSR) & XMTRDY) == 0 && --timeout) in early_serial_putc()