Searched refs:LSR (Results 1 – 12 of 12) sorted by relevance
| /arch/x86/boot/ |
| A D | tty.c | 21 #define LSR 5 /* Line Status */ macro 32 while ((inb(early_serial_base + LSR) & XMTRDY) == 0 && --timeout) in serial_putchar()
|
| A D | early_serial_console.c | 19 #define LSR 5 /* Line Status */ macro
|
| /arch/arm/include/debug/ |
| A D | omap2plus.S | 64 orr \rd, \rd, \rx, lsl #24 @ preserve LSR reg offset 67 orr \rx, \rx, \rd, lsr #24 @ restore original rx (LSR)
|
| /arch/arm/mach-orion5x/ |
| A D | terastation_pro2-setup.c | 169 while (!(readl(UART1_REG(LSR)) & UART_LSR_DR)) { in tsp2_miconread() 189 while (!(readl(UART1_REG(LSR)) & UART_LSR_THRE)) in tsp2_miconwrite()
|
| A D | kurobox_pro-setup.c | 191 while (!(readl(UART1_REG(LSR)) & UART_LSR_DR)) { in kurobox_pro_miconread() 211 while (!(readl(UART1_REG(LSR)) & UART_LSR_THRE)) in kurobox_pro_miconwrite()
|
| /arch/x86/kernel/ |
| A D | relocate_kernel_64.S | 397 #define LSR 5 /* Line Status */ macro 402 addw $LSR, %dx 412 subw $LSR, %dx 426 movb (LSR*4)(%rdx), %ah
|
| A D | early_printk.c | 94 #define LSR 5 /* Line Status */ macro 118 while ((static_call(serial_in)(early_serial_base, LSR) & XMTRDY) == 0 && --timeout) in early_serial_putc()
|
| /arch/x86/boot/compressed/ |
| A D | misc.c | 107 #define LSR 5 /* Line Status */ macro 112 while ((inb(early_serial_base + LSR) & XMTRDY) == 0 && --timeout) in serial_putchar()
|
| /arch/arm/mm/ |
| A D | abort-lv4t.S | 144 mov r6, r6, lsr r9 @ 4: LSR #!0 146 mov r6, r6, lsr #32 @ 5: LSR #32
|
| A D | proc-xsc3.S | 58 sub pc, \lr, \rd, LSR #32 @ wait for completion and
|
| A D | proc-xscale.S | 77 sub pc, \lr, \rd, LSR #32 @ wait for completion and
|
| /arch/arm/crypto/ |
| A D | curve25519-core.S | 208 mov r2, r5, LSR #3 211 mov r2, r2, LSR r6 2038 mov r3, r3, LSR #6 2040 mov r4, r4, LSR #13 2042 mov r5, r5, LSR #19 2045 mov r7, r8, LSR #7 2047 mov r8, r9, LSR #13 2049 mov r9, r10, LSR #20
|
Completed in 22 milliseconds