Searched refs:LSR (Results 1 - 15 of 15) sorted by relevance

/linux-master/arch/x86/boot/
H A Dtty.c21 #define LSR 5 /* Line Status */ macro
32 while ((inb(early_serial_base + LSR) & XMTRDY) == 0 && --timeout)
H A Dearly_serial_console.c19 #define LSR 5 /* Line Status */ macro
/linux-master/arch/arm/include/debug/
H A Domap2plus.S64 orr \rd, \rd, \rx, lsl #24 @ preserve LSR reg offset
67 orr \rx, \rx, \rd, lsr #24 @ restore original rx (LSR)
/linux-master/arch/arm/mach-orion5x/
H A Dterastation_pro2-setup.c169 while (!(readl(UART1_REG(LSR)) & UART_LSR_DR)) {
189 while (!(readl(UART1_REG(LSR)) & UART_LSR_THRE))
H A Dkurobox_pro-setup.c191 while (!(readl(UART1_REG(LSR)) & UART_LSR_DR)) {
211 while (!(readl(UART1_REG(LSR)) & UART_LSR_THRE))
/linux-master/drivers/usb/serial/
H A Dio_16654.h37 #define LSR 5 // Line Status Register macro
/linux-master/arch/x86/kernel/
H A Dearly_printk.c92 #define LSR 5 /* Line Status */ macro
114 while ((serial_in(early_serial_base, LSR) & XMTRDY) == 0 && --timeout)
/linux-master/arch/x86/boot/compressed/
H A Dmisc.c108 #define LSR 5 /* Line Status */ macro
113 while ((inb(early_serial_base + LSR) & XMTRDY) == 0 && --timeout)
/linux-master/arch/arm/mm/
H A Dabort-lv4t.S144 mov r6, r6, lsr r9 @ 4: LSR #!0
146 mov r6, r6, lsr #32 @ 5: LSR #32
H A Dproc-xsc3.S57 sub pc, \lr, \rd, LSR #32 @ wait for completion and
H A Dproc-xscale.S76 sub pc, \lr, \rd, LSR #32 @ wait for completion and
/linux-master/drivers/net/hamradio/
H A Dyam.c156 #define LSR(iobase) (iobase+5) macro
299 inb(LSR(iobase));
324 while ((inb(LSR(iobase)) & LSR_TSRE) == 0)
746 unsigned char lsr = inb(LSR(dev->base_addr));
881 inb(LSR(yam_dev->base_addr));
H A Dbaycom_ser_fdx.c99 #define LSR(iobase) (iobase+5) macro
269 inb(LSR(dev->base_addr));
H A Dbaycom_ser_hdx.c85 #define LSR(iobase) (iobase+5) macro
377 inb(LSR(dev->base_addr));
/linux-master/arch/arm/crypto/
H A Dcurve25519-core.S208 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 162 milliseconds