/openbmc/linux/arch/x86/boot/ |
H A D | tty.c | 21 #define LSR 5 /* Line Status */ macro 32 while ((inb(early_serial_base + LSR) & XMTRDY) == 0 && --timeout) in serial_putchar()
|
H A D | early_serial_console.c | 19 #define LSR 5 /* Line Status */ macro
|
/openbmc/linux/arch/arm/include/debug/ |
H 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)
|
/openbmc/linux/arch/arm/mach-orion5x/ |
H 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()
|
H 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()
|
/openbmc/u-boot/arch/arm/mach-orion5x/ |
H A D | lowlevel_init.S | 183 mov r1, r1, LSR #26 /* r1[5:0]<DrvN> = r3[22:17]<LockN> */ 205 mov r1, r1, LSR #26
|
/openbmc/linux/arch/x86/kernel/ |
H A D | early_printk.c | 92 #define LSR 5 /* Line Status */ macro 114 while ((serial_in(early_serial_base, LSR) & XMTRDY) == 0 && --timeout) in early_serial_putc()
|
/openbmc/linux/drivers/usb/serial/ |
H A D | io_16654.h | 37 #define LSR 5 // Line Status Register macro
|
/openbmc/linux/arch/x86/boot/compressed/ |
H A D | misc.c | 107 #define LSR 5 /* Line Status */ macro 112 while ((inb(early_serial_base + LSR) & XMTRDY) == 0 && --timeout) in serial_putchar()
|
/openbmc/linux/drivers/net/hamradio/ |
H A D | yam.c | 156 #define LSR(iobase) (iobase+5) macro 299 inb(LSR(iobase)); in fpga_reset() 324 while ((inb(LSR(iobase)) & LSR_TSRE) == 0) in fpga_write() 746 unsigned char lsr = inb(LSR(dev->base_addr)); in yam_interrupt() 881 inb(LSR(yam_dev->base_addr)); in yam_open()
|
H A D | baycom_ser_fdx.c | 99 #define LSR(iobase) (iobase+5) macro 269 inb(LSR(dev->base_addr)); in ser12_interrupt()
|
H A D | baycom_ser_hdx.c | 85 #define LSR(iobase) (iobase+5) macro 377 inb(LSR(dev->base_addr)); in ser12_interrupt()
|
/openbmc/qemu/target/hexagon/idef-parser/ |
H A D | idef-parser.y | 54 %token ASR LSR EQ NEQ LTE GTE MIN MAX ANDL FOR ICIRC IF MUN FSCR FCHK SXT 87 %left ASL ASR LSR 542 | rvalue LSR rvalue
|
/openbmc/qemu/target/arm/tcg/ |
H A D | t16.decode | 56 MOV_rxrr 010000 0011 ... ... @lxl_shr shty=1 # LSR 138 MOV_rxri 000 01 ..... ... ... @shift_i shty=1 # LSR
|
H A D | translate-sve.c | 1000 DO_ZPZW(LSR, lsr) in DO_ZPZW()
|
/openbmc/linux/arch/arm/mm/ |
H A D | abort-lv4t.S | 144 mov r6, r6, lsr r9 @ 4: LSR #!0 146 mov r6, r6, lsr #32 @ 5: LSR #32
|
H A D | proc-xsc3.S | 57 sub pc, \lr, \rd, LSR #32 @ wait for completion and
|
H A D | proc-xscale.S | 76 sub pc, \lr, \rd, LSR #32 @ wait for completion and
|
/openbmc/qemu/target/avr/ |
H A D | insn.decode | 170 LSR 1001 010 rd:5 0110
|
H A D | disas.c | 228 INSN(LSR, "r%d", a->rd)
|
/openbmc/linux/arch/arm/crypto/ |
H 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
|
/openbmc/u-boot/arch/arm/mach-davinci/ |
H A D | lowlevel_init.S | 507 mov r8, r8, LSR #32-10 /* grab low 10 bits */
|
/openbmc/linux/drivers/net/wireless/atmel/ |
H A D | atmel.c | 4455 mov r0, r2, LSR #5 /* SPI memories put A8 in the command field */
|
/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/ |
H A D | 0004-mmal_20.patch | 10514 + MOV r0, r0, LSR #11 /* Shift N field down to bit 0 */
|