Searched defs:XMTRDY (Results 1 - 4 of 4) sorted by relevance

/arch/x86/boot/
H A Dtty.c20 #define XMTRDY 0x20 macro
34 while ((inb(early_serial_base + LSR) & XMTRDY) == 0 && --timeout)
H A Dearly_serial_console.c5 #define XMTRDY 0x20 macro
/arch/x86/boot/compressed/
H A Dmisc.c159 #define XMTRDY 0x20 macro
167 while ((inb(early_serial_base + LSR) & XMTRDY) == 0 && --timeout)
/arch/x86/kernel/
H A Dearly_printk.c81 #define XMTRDY 0x20 macro
101 while ((inb(early_serial_base + LSR) & XMTRDY) == 0 && --timeout)

Completed in 328 milliseconds