Searched refs:UART_LSR_THRE (Results 1 – 12 of 12) sorted by relevance
| /arch/mips/ralink/ |
| 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()
|
| /arch/mips/ath25/ |
| 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()
|
| /arch/powerpc/boot/ |
| 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()
|
| /arch/arm/include/debug/ |
| A D | 8250.S | 43 and \rd, \rd, #UART_LSR_TEMT | UART_LSR_THRE 44 teq \rd, #UART_LSR_TEMT | UART_LSR_THRE
|
| A D | omap2plus.S | 73 and \rd, \rd, #(UART_LSR_TEMT | UART_LSR_THRE) 74 teq \rd, #(UART_LSR_TEMT | UART_LSR_THRE)
|
| A D | tegra.S | 202 and \rd, \rd, #UART_LSR_THRE 203 teq \rd, #UART_LSR_THRE
|
| A D | brcmstb.S | 138 and \rd, \rd, #UART_LSR_TEMT | UART_LSR_THRE 139 teq \rd, #UART_LSR_TEMT | UART_LSR_THRE
|
| /arch/mips/kernel/ |
| A D | early_printk_8250.c | 43 bits = UART_LSR_TEMT | UART_LSR_THRE; in prom_putchar()
|
| /arch/mips/boot/compressed/ |
| A D | uart-16550.c | 50 while (((serial_in(UART_LSR) & UART_LSR_THRE) == 0) && (timeout-- > 0)) in putc()
|
| /arch/powerpc/platforms/embedded6xx/ |
| A D | ls_uart.c | 39 if (lsr & (UART_LSR_THRE | UART_LSR_TEMT)) { in wd_stop()
|
| /arch/arm/mach-orion5x/ |
| A D | terastation_pro2-setup.c | 189 while (!(readl(UART1_REG(LSR)) & UART_LSR_THRE)) in tsp2_miconwrite()
|
| A D | kurobox_pro-setup.c | 211 while (!(readl(UART1_REG(LSR)) & UART_LSR_THRE)) in kurobox_pro_miconwrite()
|
Completed in 33 milliseconds