Home
last modified time | relevance | path

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

/linux-2.6.39/arch/arm/mach-h720x/include/mach/
Duncompress.h12 #define LSR 0x14 macro
20 while((p[LSR] & TEMPTY) == 0x0) in putc()
/linux-2.6.39/arch/frv/kernel/
Dgdb-io.c39 } while (!(__UART(LSR) & UART_LSR_##STATE))
119 while (__UART(LSR) & UART_LSR_DR) { in gdbstub_do_rx()
124 gdbstub_rx_buffer[ix++] = __UART(LSR); in gdbstub_do_rx()
Ddebug-stub.c32 } while (!(__UART0(LSR) & UART_LSR_##STATE))
/linux-2.6.39/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.c16 #define LSR 5 /* Line Status */ macro
/linux-2.6.39/arch/x86/kernel/
Dearly_printk.c90 #define LSR 5 /* Line Status */ macro
99 while ((inb(early_serial_base + LSR) & XMTRDY) == 0 && --timeout) in early_serial_putc()
/linux-2.6.39/arch/arm/mach-orion5x/
Dterastation_pro2-setup.c175 while (!(readl(UART1_REG(LSR)) & UART_LSR_DR)) { in tsp2_miconread()
195 while (!(readl(UART1_REG(LSR)) & UART_LSR_THRE)) in tsp2_miconwrite()
Dkurobox_pro-setup.c195 while (!(readl(UART1_REG(LSR)) & UART_LSR_DR)) { in kurobox_pro_miconread()
215 while (!(readl(UART1_REG(LSR)) & UART_LSR_THRE)) in kurobox_pro_miconwrite()
/linux-2.6.39/arch/x86/boot/compressed/
Dmisc.c162 #define LSR 5 /* Line Status */ macro
167 while ((inb(early_serial_base + LSR) & XMTRDY) == 0 && --timeout) in serial_putchar()
/linux-2.6.39/arch/arm/mm/
Dabort-ev7.S50 orr r1, r1, r2, LSR #1
Dabort-lv4t.S137 mov r6, r6, lsr r5 @ 4: LSR #!0
139 mov r6, r6, lsr #32 @ 5: LSR #32
Dproc-arm6_7.S151 mov r6, r6, lsr r5 @ 4: LSR #!0
153 mov r6, r6, lsr #32 @ 5: LSR #32
Dproc-xsc3.S61 sub pc, \lr, \rd, LSR #32 @ wait for completion and
Dproc-xscale.S79 sub pc, \lr, \rd, LSR #32 @ wait for completion and
/linux-2.6.39/drivers/usb/serial/
Dio_16654.h40 #define LSR 5 // Line Status Register macro
Dmos7720.c138 LSR, enumerator
1078 read_mos_reg(serial, port_number, LSR, &data); in mos7720_open()
1824 read_mos_reg(port->serial, port_number, LSR, &data); in get_lsr_info()
2133 read_mos_reg(serial, 0, LSR, &data); in mos7720_startup()
/linux-2.6.39/drivers/net/irda/
Dnsc-ircc.h133 #define LSR 0x05 /* Link status register */ macro
Dnsc-ircc.c1619 if (!(inb_p(iobase+LSR) & LSR_TXEMP)) { in nsc_ircc_pio_write()
1841 if (inb(iobase+LSR) & LSR_RXDA) { in nsc_ircc_dma_receive_complete()
1938 } while (inb(iobase+LSR) & LSR_RXDA); /* Data available */ in nsc_ircc_pio_receive()
/linux-2.6.39/drivers/net/hamradio/
Dyam.c172 #define LSR(iobase) (iobase+5) macro
315 inb(LSR(iobase)); in fpga_reset()
340 while ((inb(LSR(iobase)) & LSR_TSRE) == 0) in fpga_write()
760 unsigned char lsr = inb(LSR(dev->base_addr)); in yam_interrupt()
909 inb(LSR(yam_dev->base_addr)); in yam_open()
Dbaycom_ser_fdx.c112 #define LSR(iobase) (iobase+5) macro
307 inb(LSR(dev->base_addr)); in ser12_interrupt()
Dbaycom_ser_hdx.c100 #define LSR(iobase) (iobase+5) macro
392 inb(LSR(dev->base_addr)); in ser12_interrupt()
/linux-2.6.39/drivers/net/wireless/
Datmel.c4501 mov r0, r2, LSR #5 /* SPI memories put A8 in the command field */