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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/boot/compressed/
H A Dmisc.c155 #define XMTRDY 0x20 macro
163 while ((inb(early_serial_base + LSR) & XMTRDY) == 0 && --timeout)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dearly_printk.c78 #define XMTRDY 0x20 macro
98 while ((inb(early_serial_base + LSR) & XMTRDY) == 0 && --timeout)

Completed in 73 milliseconds