Home
last modified time | relevance | path

Searched refs:UART_LSR_THRE (Results 1 – 25 of 64) sorted by relevance

123

/OK3568_Linux_fs/kernel/arch/arm/mach-ebsa110/include/mach/
H A Duncompress.h22 } while (!(v & UART_LSR_THRE)); in putc()
34 } while ((v & (UART_LSR_TEMT|UART_LSR_THRE)) != in flush()
35 (UART_LSR_TEMT|UART_LSR_THRE)); in flush()
/OK3568_Linux_fs/kernel/arch/mips/ralink/
H A Dearly_printk.c79 while ((uart_r32(UART_REG_LSR) & UART_LSR_THRE) == 0) in prom_putchar()
82 while ((uart_r32(UART_REG_LSR_RT2880) & UART_LSR_THRE) == 0) in prom_putchar()
85 while ((uart_r32(UART_REG_LSR_RT2880) & UART_LSR_THRE) == 0) in prom_putchar()
/OK3568_Linux_fs/kernel/arch/mips/ath25/
H A Dearly_printk.c40 while ((prom_uart_rr(base, UART_LSR) & UART_LSR_THRE) == 0) in prom_putchar()
43 while ((prom_uart_rr(base, UART_LSR) & UART_LSR_THRE) == 0) in prom_putchar()
/OK3568_Linux_fs/u-boot/drivers/serial/
H A Dns16550.c165 if ((serial_in(&com_port->lsr) & (UART_LSR_TEMT | UART_LSR_THRE)) in NS16550_init()
166 == UART_LSR_THRE) { in NS16550_init()
206 while ((serial_in(&com_port->lsr) & UART_LSR_THRE) == 0) in NS16550_putc()
285 while (!(serial_din(&com_port->lsr) & UART_LSR_THRE)) in _debug_uart_putc()
323 return serial_din(&com_port->lsr) & UART_LSR_THRE ? 0 : 1; in _debug_uart_tstc()
426 while (!(serial_din(&com_port->lsr) & UART_LSR_THRE)) in _debug_uart_putc()
470 return serial_in(&com_port->lsr) & UART_LSR_THRE ? 0 : 1; in ns16550_serial_pending()
H A Dserial_uniphier.c73 if (!(readl(&port->lsr) & UART_LSR_THRE)) in uniphier_serial_putc()
88 return !(readl(&port->lsr) & UART_LSR_THRE); in uniphier_serial_pending()
/OK3568_Linux_fs/kernel/arch/arm/mach-davinci/include/mach/
H A Duncompress.h38 while (!(uart[UART_LSR] & UART_LSR_THRE)) in putc()
48 while (!(uart[UART_LSR] & UART_LSR_THRE)) in flush()
/OK3568_Linux_fs/kernel/arch/powerpc/boot/
H A Dns16550.c26 #define UART_LSR_THRE 0x20 /* Transmit-hold-register empty */ macro
42 while ((in_8(reg_base + (UART_LSR << reg_shift)) & UART_LSR_THRE) == 0); in ns16550_putc()
/OK3568_Linux_fs/u-boot/arch/arm/include/debug/
H A D8250.S41 and \rd, \rd, #UART_LSR_TEMT | UART_LSR_THRE
42 teq \rd, #UART_LSR_TEMT | UART_LSR_THRE
/OK3568_Linux_fs/kernel/arch/arm/include/debug/
H A D8250.S43 and \rd, \rd, #UART_LSR_TEMT | UART_LSR_THRE
44 teq \rd, #UART_LSR_TEMT | UART_LSR_THRE
H A Domap2plus.S73 and \rd, \rd, #(UART_LSR_TEMT | UART_LSR_THRE)
74 teq \rd, #(UART_LSR_TEMT | UART_LSR_THRE)
H A Dtegra.S202 and \rd, \rd, #UART_LSR_THRE
203 teq \rd, #UART_LSR_THRE
H A Dbrcmstb.S144 and \rd, \rd, #UART_LSR_TEMT | UART_LSR_THRE
145 teq \rd, #UART_LSR_TEMT | UART_LSR_THRE
/OK3568_Linux_fs/kernel/arch/arm/mach-iop32x/include/mach/
H A Duncompress.h12 #define TX_DONE (UART_LSR_TEMT | UART_LSR_THRE)
/OK3568_Linux_fs/kernel/arch/mips/netlogic/common/
H A Dearlycons.c60 while ((nlm_read_reg(uartbase, UART_LSR) & UART_LSR_THRE) == 0) in prom_putchar()
/OK3568_Linux_fs/kernel/drivers/accessibility/speakup/
H A Dserialio.h36 #define BOTH_EMPTY (UART_LSR_TEMT | UART_LSR_THRE)
/OK3568_Linux_fs/kernel/arch/arm/mach-ixp4xx/include/mach/
H A Duncompress.h16 #define TX_DONE (UART_LSR_TEMT|UART_LSR_THRE)
/OK3568_Linux_fs/u-boot/arch/arm/mach-uniphier/
H A Ddebug.h27 while (!(readl(base + UNIPHIER_UART_LSR) & UART_LSR_THRE)) in debug_putc()
/OK3568_Linux_fs/kernel/arch/arm/mach-pxa/include/mach/
H A Duncompress.h41 while (!(uart_read(UART_LSR) & UART_LSR_THRE)) in putc()
/OK3568_Linux_fs/kernel/arch/mips/kernel/
H A Dearly_printk_8250.c43 bits = UART_LSR_TEMT | UART_LSR_THRE; in prom_putchar()
/OK3568_Linux_fs/kernel/drivers/tty/serial/jsm/
H A Djsm_neo.c359 if (linestatus & (UART_LSR_THRE | UART_17158_TX_AND_FIFO_CLR)) in neo_copy_data_from_uart_to_queue()
417 if (linestatus & (UART_LSR_THRE | UART_17158_TX_AND_FIFO_CLR)) { in neo_copy_data_from_uart_to_queue()
418 linestatus &= ~(UART_LSR_THRE | UART_17158_TX_AND_FIFO_CLR); in neo_copy_data_from_uart_to_queue()
503 if (ch->ch_cached_lsr & UART_LSR_THRE) { in neo_copy_data_from_queue_to_uart()
504 ch->ch_cached_lsr &= ~(UART_LSR_THRE); in neo_copy_data_from_queue_to_uart()
903 if (linestatus & UART_LSR_THRE) { in neo_parse_lsr()
/OK3568_Linux_fs/u-boot/arch/arm/mach-uniphier/debug-uart/
H A Ddebug-uart.c24 while (!(readl(base + UNIPHIER_UART_LSR) & UART_LSR_THRE)) in _debug_uart_putc()
/OK3568_Linux_fs/kernel/arch/mips/boot/compressed/
H A Duart-16550.c60 while (((serial_in(UART_LSR) & UART_LSR_THRE) == 0) && (timeout-- > 0)) in putc()
/OK3568_Linux_fs/kernel/arch/arm/mach-omap1/include/mach/
H A Duncompress.h57 while (!(uart_base[UART_LSR << uart_shift] & UART_LSR_THRE)) in putc()
/OK3568_Linux_fs/u-boot/arch/mips/mach-au1x00/
H A Dau1x00_serial.c85 while((*uart_lsr&UART_LSR_THRE)==0); in au1x00_serial_putc()
/OK3568_Linux_fs/u-boot/drivers/input/
H A Dps2ser.c70 while ((com_port->lsr & UART_LSR_THRE) == 0); in ps2ser_putc()

123