Searched refs:XMTRDY (Results 1 – 4 of 4) sorted by relevance
18 #define XMTRDY 0x20 macro32 while ((inb(early_serial_base + LSR) & XMTRDY) == 0 && --timeout) in serial_putchar()
417 #define XMTRDY 0x20 macro429 testb $XMTRDY, %al450 testb $XMTRDY, %ah
83 #define XMTRDY 0x20 macro118 while ((static_call(serial_in)(early_serial_base, LSR) & XMTRDY) == 0 && --timeout) in early_serial_putc()
104 #define XMTRDY 0x20 macro112 while ((inb(early_serial_base + LSR) & XMTRDY) == 0 && --timeout) in serial_putchar()