Home
last modified time | relevance | path

Searched refs:LSR (Results 1 – 16 of 16) sorted by relevance

/Linux-v4.19/arch/x86/boot/
Dtty.c23 #define LSR 5 /* Line Status */ macro
34 while ((inb(early_serial_base + LSR) & XMTRDY) == 0 && --timeout) in serial_putchar()
Dearly_serial_console.c19 #define LSR 5 /* Line Status */ macro
/Linux-v4.19/arch/arm/include/debug/
Domap2plus.S68 orr \rd, \rd, \rx, lsl #24 @ preserve LSR reg offset
71 orr \rx, \rx, \rd, lsr #24 @ restore original rx (LSR)
/Linux-v4.19/arch/arm/mach-orion5x/
Dterastation_pro2-setup.c173 while (!(readl(UART1_REG(LSR)) & UART_LSR_DR)) { in tsp2_miconread()
193 while (!(readl(UART1_REG(LSR)) & UART_LSR_THRE)) in tsp2_miconwrite()
Dkurobox_pro-setup.c194 while (!(readl(UART1_REG(LSR)) & UART_LSR_DR)) { in kurobox_pro_miconread()
214 while (!(readl(UART1_REG(LSR)) & UART_LSR_THRE)) in kurobox_pro_miconwrite()
/Linux-v4.19/arch/arm/mm/
Dabort-ev7.S43 orr r1, r1, ip, LSR #1
Dabort-lv4t.S144 mov r6, r6, lsr r9 @ 4: LSR #!0
146 mov r6, r6, lsr #32 @ 5: LSR #32
Dproc-xsc3.S60 sub pc, \lr, \rd, LSR #32 @ wait for completion and
Dproc-xscale.S79 sub pc, \lr, \rd, LSR #32 @ wait for completion and
/Linux-v4.19/arch/x86/boot/compressed/
Dmisc.c96 #define LSR 5 /* Line Status */ macro
101 while ((inb(early_serial_base + LSR) & XMTRDY) == 0 && --timeout) in serial_putchar()
/Linux-v4.19/drivers/usb/serial/
Dio_16654.h37 #define LSR 5 // Line Status Register macro
/Linux-v4.19/arch/x86/kernel/
Dearly_printk.c95 #define LSR 5 /* Line Status */ macro
117 while ((serial_in(early_serial_base, LSR) & XMTRDY) == 0 && --timeout) in early_serial_putc()
/Linux-v4.19/drivers/net/hamradio/
Dyam.c171 #define LSR(iobase) (iobase+5) macro
314 inb(LSR(iobase)); in fpga_reset()
339 while ((inb(LSR(iobase)) & LSR_TSRE) == 0) in fpga_write()
761 unsigned char lsr = inb(LSR(dev->base_addr)); in yam_interrupt()
896 inb(LSR(yam_dev->base_addr)); in yam_open()
Dbaycom_ser_fdx.c114 #define LSR(iobase) (iobase+5) macro
310 inb(LSR(dev->base_addr)); in ser12_interrupt()
Dbaycom_ser_hdx.c101 #define LSR(iobase) (iobase+5) macro
393 inb(LSR(dev->base_addr)); in ser12_interrupt()
/Linux-v4.19/drivers/net/wireless/atmel/
Datmel.c4456 mov r0, r2, LSR #5 /* SPI memories put A8 in the command field */