Searched refs:LSR (Results 1 – 16 of 16) sorted by relevance
/Linux-v4.19/arch/x86/boot/ |
D | tty.c | 23 #define LSR 5 /* Line Status */ macro 34 while ((inb(early_serial_base + LSR) & XMTRDY) == 0 && --timeout) in serial_putchar()
|
D | early_serial_console.c | 19 #define LSR 5 /* Line Status */ macro
|
/Linux-v4.19/arch/arm/include/debug/ |
D | omap2plus.S | 68 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/ |
D | terastation_pro2-setup.c | 173 while (!(readl(UART1_REG(LSR)) & UART_LSR_DR)) { in tsp2_miconread() 193 while (!(readl(UART1_REG(LSR)) & UART_LSR_THRE)) in tsp2_miconwrite()
|
D | kurobox_pro-setup.c | 194 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/ |
D | abort-ev7.S | 43 orr r1, r1, ip, LSR #1
|
D | abort-lv4t.S | 144 mov r6, r6, lsr r9 @ 4: LSR #!0 146 mov r6, r6, lsr #32 @ 5: LSR #32
|
D | proc-xsc3.S | 60 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
|
/Linux-v4.19/arch/x86/boot/compressed/ |
D | misc.c | 96 #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/ |
D | io_16654.h | 37 #define LSR 5 // Line Status Register macro
|
/Linux-v4.19/arch/x86/kernel/ |
D | early_printk.c | 95 #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/ |
D | yam.c | 171 #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()
|
D | baycom_ser_fdx.c | 114 #define LSR(iobase) (iobase+5) macro 310 inb(LSR(dev->base_addr)); in ser12_interrupt()
|
D | baycom_ser_hdx.c | 101 #define LSR(iobase) (iobase+5) macro 393 inb(LSR(dev->base_addr)); in ser12_interrupt()
|
/Linux-v4.19/drivers/net/wireless/atmel/ |
D | atmel.c | 4456 mov r0, r2, LSR #5 /* SPI memories put A8 in the command field */
|