Searched refs:UART_LSR_THRE (Results 1 - 25 of 43) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/arch-ebsa110/
H A Duncompress.h25 } while (!(v & UART_LSR_THRE));
37 } while ((v & (UART_LSR_TEMT|UART_LSR_THRE)) !=
38 (UART_LSR_TEMT|UART_LSR_THRE));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/arch-davinci/
H A Duncompress.h22 while (!(uart[UART_LSR] & UART_LSR_THRE))
30 while (!(uart[UART_LSR] & UART_LSR_THRE))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/cobalt/
H A Dconsole.c12 while(!(COBALT_UART[UART_LSR] & UART_LSR_THRE))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/mips-boards/sim/
H A Dsim_console.c36 while ((serial_in(UART_LSR) & UART_LSR_THRE) == 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/arch-iop13xx/
H A Duncompress.h7 #define TX_DONE (UART_LSR_TEMT | UART_LSR_THRE)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/arch-ixp23xx/
H A Duncompress.h24 if (UART_BASE[UART_LSR] & UART_LSR_THRE)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/hardware/
H A Ddebug-8250.S18 and \rd, \rd, #UART_LSR_TEMT | UART_LSR_THRE
19 teq \rd, #UART_LSR_TEMT | UART_LSR_THRE
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/arch-iop33x/
H A Duncompress.h12 #define TX_DONE (UART_LSR_TEMT | UART_LSR_THRE)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/arch-ixp4xx/
H A Duncompress.h20 #define TX_DONE (UART_LSR_TEMT|UART_LSR_THRE)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/arch-iop32x/
H A Duncompress.h12 #define TX_DONE (UART_LSR_TEMT | UART_LSR_THRE)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/arch-ixp2000/
H A Duncompress.h36 while (--j && !(*UARTSR & UART_LSR_THRE))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/boot/
H A Dns16550.c24 #define UART_LSR_THRE 0x20 /* Transmit-hold-register empty */ macro
40 while ((in_8(reg_base + (UART_LSR << reg_shift)) & UART_LSR_THRE) == 0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/mips-boards/generic/
H A Dconsole.c62 while ((serial_in(UART_LSR) & UART_LSR_THRE) == 0)
H A Dgdb_hook.c115 while ((serial_in(&kdb_port_info, UART_LSR) & UART_LSR_THRE) == 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/sgi-ip27/
H A Dip27-dbgio.c58 while ((uart->iu_lsr & UART_LSR_THRE) == 0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/arch-omap/
H A Duncompress.h70 while (!(uart[UART_LSR << shift] & UART_LSR_THRE))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/serial/
H A Dm32r_sio_reg.h103 #define UART_EMPTY (UART_LSR_TEMT | UART_LSR_THRE)
126 #define UART_LSR_THRE 0x01 /* Transmit-hold-register empty */ macro
H A Dpxa.c245 if (lsr & UART_LSR_THRE)
473 up->port.read_status_mask = UART_LSR_OE | UART_LSR_THRE | UART_LSR_DR;
564 #define BOTH_EMPTY (UART_LSR_TEMT | UART_LSR_THRE)
H A D8250_early.c63 #define BOTH_EMPTY (UART_LSR_TEMT | UART_LSR_THRE)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/boot/common/
H A Dns16550.c86 while ((inb(com_port + (UART_LSR << shift)) & UART_LSR_THRE) == 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/brcm-boards/generic/
H A Dgdb_hook.c108 while ((serial_in(&kdb_port_info, UART_LSR) & UART_LSR_THRE) == 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/embedded6xx/
H A Dls_uart.c27 if (lsr & (UART_LSR_THRE | UART_LSR_TEMT)) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/syslib/
H A Dgen550_dbg.c128 while ((serial_inb(com_port + (UART_LSR << shift)) & UART_LSR_THRE) == 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/serial/jsm/
H A Djsm_neo.c376 if (linestatus & (UART_LSR_THRE | UART_17158_TX_AND_FIFO_CLR))
434 if (linestatus & (UART_LSR_THRE | UART_17158_TX_AND_FIFO_CLR)) {
435 linestatus &= ~(UART_LSR_THRE | UART_17158_TX_AND_FIFO_CLR);
517 if (ch->ch_cached_lsr & UART_LSR_THRE) {
518 ch->ch_cached_lsr &= ~(UART_LSR_THRE);
917 if (linestatus & UART_LSR_THRE) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dserial_reg.h115 #define UART_LSR_THRE 0x20 /* Transmit-hold-register empty */ macro

Completed in 268 milliseconds

12