Home
last modified time | relevance | path

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

1234

/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/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
/kernel/linux/linux-6.6/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 Dbrcmstb.S136 and \rd, \rd, #UART_LSR_TEMT | UART_LSR_THRE
137 teq \rd, #UART_LSR_TEMT | UART_LSR_THRE
/kernel/linux/linux-5.10/arch/arm/mach-iop32x/include/mach/
H A Duncompress.h12 #define TX_DONE (UART_LSR_TEMT | UART_LSR_THRE)
/kernel/linux/linux-5.10/drivers/accessibility/speakup/
H A Dserialio.h36 #define BOTH_EMPTY (UART_LSR_TEMT | UART_LSR_THRE)
/kernel/linux/linux-5.10/arch/loongarch/boot/compressed/
H A Duart-16550.c36 while (((serial_in(UART_LSR) & UART_LSR_THRE) == 0) && (timeout-- > 0)) in putc()
/kernel/linux/linux-5.10/arch/arm/mach-ixp4xx/include/mach/
H A Duncompress.h16 #define TX_DONE (UART_LSR_TEMT|UART_LSR_THRE)
/kernel/linux/linux-5.10/arch/arm/mach-pxa/include/mach/
H A Duncompress.h41 while (!(uart_read(UART_LSR) & UART_LSR_THRE)) in putc()
/kernel/linux/linux-5.10/arch/mips/netlogic/common/
H A Dearlycons.c60 while ((nlm_read_reg(uartbase, UART_LSR) & UART_LSR_THRE) == 0) in prom_putchar()
/kernel/linux/linux-5.10/arch/mips/kernel/
H A Dearly_printk_8250.c43 bits = UART_LSR_TEMT | UART_LSR_THRE; in prom_putchar()
/kernel/linux/linux-6.6/arch/mips/kernel/
H A Dearly_printk_8250.c43 bits = UART_LSR_TEMT | UART_LSR_THRE; in prom_putchar()
/kernel/linux/linux-6.6/include/linux/
H A Dserial.h24 #define UART_LSR_BOTH_EMPTY (UART_LSR_TEMT | UART_LSR_THRE)
/kernel/linux/linux-6.6/arch/mips/boot/compressed/
H A Duart-16550.c48 while (((serial_in(UART_LSR) & UART_LSR_THRE) == 0) && (timeout-- > 0)) in putc()

Completed in 5 milliseconds

1234