/linux-2.6.39/arch/arm/mach-h720x/include/mach/ |
D | uncompress.h | 12 #define LSR 0x14 macro 20 while((p[LSR] & TEMPTY) == 0x0) in putc()
|
/linux-2.6.39/arch/frv/kernel/ |
D | gdb-io.c | 39 } 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()
|
D | debug-stub.c | 32 } while (!(__UART0(LSR) & UART_LSR_##STATE))
|
/linux-2.6.39/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 | 16 #define LSR 5 /* Line Status */ macro
|
/linux-2.6.39/arch/x86/kernel/ |
D | early_printk.c | 90 #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/ |
D | terastation_pro2-setup.c | 175 while (!(readl(UART1_REG(LSR)) & UART_LSR_DR)) { in tsp2_miconread() 195 while (!(readl(UART1_REG(LSR)) & UART_LSR_THRE)) in tsp2_miconwrite()
|
D | kurobox_pro-setup.c | 195 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/ |
D | misc.c | 162 #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/ |
D | abort-ev7.S | 50 orr r1, r1, r2, LSR #1
|
D | abort-lv4t.S | 137 mov r6, r6, lsr r5 @ 4: LSR #!0 139 mov r6, r6, lsr #32 @ 5: LSR #32
|
D | proc-arm6_7.S | 151 mov r6, r6, lsr r5 @ 4: LSR #!0 153 mov r6, r6, lsr #32 @ 5: LSR #32
|
D | proc-xsc3.S | 61 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-2.6.39/drivers/usb/serial/ |
D | io_16654.h | 40 #define LSR 5 // Line Status Register macro
|
D | mos7720.c | 138 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/ |
D | nsc-ircc.h | 133 #define LSR 0x05 /* Link status register */ macro
|
D | nsc-ircc.c | 1619 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/ |
D | yam.c | 172 #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()
|
D | baycom_ser_fdx.c | 112 #define LSR(iobase) (iobase+5) macro 307 inb(LSR(dev->base_addr)); in ser12_interrupt()
|
D | baycom_ser_hdx.c | 100 #define LSR(iobase) (iobase+5) macro 392 inb(LSR(dev->base_addr)); in ser12_interrupt()
|
/linux-2.6.39/drivers/net/wireless/ |
D | atmel.c | 4501 mov r0, r2, LSR #5 /* SPI memories put A8 in the command field */
|