Home
last modified time | relevance | path

Searched refs:UART_LSR (Results 1 – 14 of 14) sorted by relevance

/arch/powerpc/boot/
A Dns16550.c25 #define UART_LSR 5 /* In: Line Status Register */ macro
42 while ((in_8(reg_base + (UART_LSR << reg_shift)) & UART_LSR_THRE) == 0); in ns16550_putc()
48 while ((in_8(reg_base + (UART_LSR << reg_shift)) & UART_LSR_DR) == 0); in ns16550_getc()
54 return ((in_8(reg_base + (UART_LSR << reg_shift)) & UART_LSR_DR) != 0); in ns16550_tstc()
/arch/arm/include/debug/
A Dpalmchip.S5 #undef UART_LSR
9 #define UART_LSR 7 macro
A Domap2plus.S47 mov \rp, #(UART_LSR << ZOOM_PORT_SHIFT)
72 1001: ldrb \rd, [\rx] @ rx contains UART_LSR address
A D8250.S42 1002: load \rd, [\rx, #UART_LSR << UART_SHIFT]
A Dtegra.S201 1001: ldrb \rd, [\rx, #UART_LSR << UART_SHIFT]
A Dbrcmstb.S137 1002: load \rd, [\rx, #UART_LSR << UART_SHIFT]
/arch/mips/ath25/
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()
/arch/powerpc/platforms/embedded6xx/
A Dls_uart.c37 char lsr = in_8(avr_addr + UART_LSR); in wd_stop()
47 while (in_8(avr_addr + UART_LSR) & UART_LSR_DR) in wd_stop()
105 (void) in_8(avr_addr + UART_LSR); in ls_uart_init()
/arch/powerpc/kernel/
A Dudbg_16550.c22 #define UART_LSR 5 macro
51 while ((udbg_uart_in(UART_LSR) & LSR_THRE) == 0) in udbg_uart_flush()
71 if (!(udbg_uart_in(UART_LSR) & LSR_DR)) in udbg_uart_getc_poll()
82 while (!(udbg_uart_in(UART_LSR) & LSR_DR)) in udbg_uart_getc()
/arch/mips/ath79/
A Dearly_printk.c37 prom_putchar_wait(base + UART_LSR * 4, UART_LSR_BOTH_EMPTY); in prom_putchar_ar71xx()
39 prom_putchar_wait(base + UART_LSR * 4, UART_LSR_BOTH_EMPTY); in prom_putchar_ar71xx()
/arch/mips/kernel/
A Dearly_printk_8250.c46 status = serial_in(UART_LSR); in prom_putchar()
A Dcps-vec-ns16550.S15 #define UART_LSR_OFS (UART_LSR << CONFIG_MIPS_CPS_NS16550_SHIFT)
/arch/mips/boot/compressed/
A Duart-16550.c50 while (((serial_in(UART_LSR) & UART_LSR_THRE) == 0) && (timeout-- > 0)) in putc()
/arch/sh/include/asm/
A Dsmc37c93x.h64 #define UART_LSR 0xa /* Line Status Register */ macro

Completed in 13 milliseconds