Searched refs:XMTRDY (Results 1 – 3 of 3) sorted by relevance
18 #define XMTRDY 0x20 macro32 while ((inb(early_serial_base + LSR) & XMTRDY) == 0 && --timeout) in serial_putchar()
94 #define XMTRDY 0x20 macro102 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()