Searched refs:LSR (Results 1 – 11 of 11) sorted by relevance
/arch/arm/mach-h720x/include/mach/ |
D | uncompress.h | 12 #define LSR 0x14 macro 20 while((p[LSR] & TEMPTY) == 0x0) in putc()
|
/arch/frv/kernel/ |
D | gdb-io.c | 39 } while (!(__UART(LSR) & UART_LSR_##STATE)) 119 while (__UART(LSR) & UART_LSR_DR) { in gdbstub_do_rx() 124 gdbstub_rx_buffer[ix++] = __UART(LSR); in gdbstub_do_rx()
|
D | debug-stub.c | 31 } while (!(__UART0(LSR) & UART_LSR_##STATE))
|
/arch/arm/mach-aaec2000/include/mach/ |
D | entry-macro.S | 35 mov \irqstat, \irqstat, LSR #1
|
/arch/arm/mach-orion5x/ |
D | terastation_pro2-setup.c | 175 while (!(readl(UART1_REG(LSR)) & UART_LSR_DR)) { in tsp2_miconread() 195 while (!(readl(UART1_REG(LSR)) & UART_LSR_THRE)) in tsp2_miconwrite()
|
D | kurobox_pro-setup.c | 195 while (!(readl(UART1_REG(LSR)) & UART_LSR_DR)) { in kurobox_pro_miconread() 215 while (!(readl(UART1_REG(LSR)) & UART_LSR_THRE)) in kurobox_pro_miconwrite()
|
/arch/arm/mm/ |
D | abort-lv4t.S | 137 mov r6, r6, lsr r5 @ 4: LSR #!0 139 mov r6, r6, lsr #32 @ 5: LSR #32
|
D | proc-arm6_7.S | 151 mov r6, r6, lsr r5 @ 4: LSR #!0 153 mov r6, r6, lsr #32 @ 5: LSR #32
|
D | proc-xsc3.S | 61 sub pc, \lr, \rd, LSR #32 @ wait for completion and
|
D | proc-xscale.S | 79 sub pc, \lr, \rd, LSR #32 @ wait for completion and
|
/arch/x86/kernel/ |
D | early_printk.c | 81 #define LSR 5 /* Line Status */ macro 90 while ((inb(early_serial_base + LSR) & XMTRDY) == 0 && --timeout) in early_serial_putc()
|