/kernel/linux/linux-5.10/arch/arm/mach-ebsa110/include/mach/ |
H A D | uncompress.h | 22 } 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 D | early_printk.c | 79 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 D | early_printk.c | 79 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 D | early_printk.c | 40 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 D | early_printk.c | 40 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 D | uncompress.h | 38 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 D | ns16550.c | 26 #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 D | ns16550.c | 26 #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 D | 8250.S | 43 and \rd, \rd, #UART_LSR_TEMT | UART_LSR_THRE 44 teq \rd, #UART_LSR_TEMT | UART_LSR_THRE
|
H A D | omap2plus.S | 73 and \rd, \rd, #(UART_LSR_TEMT | UART_LSR_THRE) 74 teq \rd, #(UART_LSR_TEMT | UART_LSR_THRE)
|
H A D | tegra.S | 202 and \rd, \rd, #UART_LSR_THRE 203 teq \rd, #UART_LSR_THRE
|
H A D | brcmstb.S | 144 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 D | 8250.S | 43 and \rd, \rd, #UART_LSR_TEMT | UART_LSR_THRE 44 teq \rd, #UART_LSR_TEMT | UART_LSR_THRE
|
H A D | omap2plus.S | 73 and \rd, \rd, #(UART_LSR_TEMT | UART_LSR_THRE) 74 teq \rd, #(UART_LSR_TEMT | UART_LSR_THRE)
|
H A D | brcmstb.S | 136 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 D | uncompress.h | 12 #define TX_DONE (UART_LSR_TEMT | UART_LSR_THRE)
|
/kernel/linux/linux-5.10/drivers/accessibility/speakup/ |
H A D | serialio.h | 36 #define BOTH_EMPTY (UART_LSR_TEMT | UART_LSR_THRE)
|
/kernel/linux/linux-5.10/arch/loongarch/boot/compressed/ |
H A D | uart-16550.c | 36 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 D | uncompress.h | 16 #define TX_DONE (UART_LSR_TEMT|UART_LSR_THRE)
|
/kernel/linux/linux-5.10/arch/arm/mach-pxa/include/mach/ |
H A D | uncompress.h | 41 while (!(uart_read(UART_LSR) & UART_LSR_THRE)) in putc()
|
/kernel/linux/linux-5.10/arch/mips/netlogic/common/ |
H A D | earlycons.c | 60 while ((nlm_read_reg(uartbase, UART_LSR) & UART_LSR_THRE) == 0) in prom_putchar()
|
/kernel/linux/linux-5.10/arch/mips/kernel/ |
H A D | early_printk_8250.c | 43 bits = UART_LSR_TEMT | UART_LSR_THRE; in prom_putchar()
|
/kernel/linux/linux-6.6/arch/mips/kernel/ |
H A D | early_printk_8250.c | 43 bits = UART_LSR_TEMT | UART_LSR_THRE; in prom_putchar()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | serial.h | 24 #define UART_LSR_BOTH_EMPTY (UART_LSR_TEMT | UART_LSR_THRE)
|
/kernel/linux/linux-6.6/arch/mips/boot/compressed/ |
H A D | uart-16550.c | 48 while (((serial_in(UART_LSR) & UART_LSR_THRE) == 0) && (timeout-- > 0)) in putc()
|