Searched refs:UART_LSR (Results 1 - 25 of 28) sorted by relevance

12

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/cobalt/
H A Dpromcon.c30 lsr = inb(ioaddr + UART_LSR);
37 while ((inb(ioaddr + UART_LSR) & UART_LSR_DR) == 0)
57 lsr = inb(port + UART_LSR);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc/boot/common/
H A Dns16550.c83 while ((inb(com_port + (UART_LSR << shift)) & UART_LSR_THRE) == 0)
91 while ((inb(com_port + (UART_LSR << shift)) & UART_LSR_DR) == 0)
99 return ((inb(com_port + (UART_LSR << shift)) & UART_LSR_DR) != 0);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/brcm-boards/generic/
H A Dgdb_hook.c69 serial_in(&kdb_port_info, UART_LSR);
102 while ((serial_in(&kdb_port_info, UART_LSR) & UART_LSR_THRE) == 0)
116 while (!(serial_in(&kdb_port_info, UART_LSR) & 1))
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/au1000/common/
H A Ddbg_io.c46 #define UART_LSR 0x1C /* Line Status Register */ macro
94 while((UART16550_READ(UART_LSR) & 0x1) == 0);
111 while ((UART16550_READ(UART_LSR)&0x40) == 0);
H A Dserial.c447 *status = serial_inp(info, UART_LSR);
586 status = serial_inp(info, UART_LSR);
765 (void) serial_inp(info, UART_LSR);
776 (serial_inp(info, UART_LSR) == 0xff)) {
844 (void)serial_inp(info, UART_LSR);
1551 status = serial_in(info, UART_LSR);
2023 while (!((lsr = serial_inp(info, UART_LSR)) & UART_LSR_TEMT)) {
2860 status = serial_in(info, UART_LSR);
2933 while ((serial_in(info, UART_LSR) & UART_LSR_DR) == 0);
3058 if (serial_in(info, UART_LSR)
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/mips-boards/generic/
H A Dprintf.c78 while ((serial_in(UART_LSR) & UART_LSR_THRE) == 0)
88 while (!(serial_in(UART_LSR) & 1))
H A Dgdb_hook.c64 serial_in(&kdb_port_info, UART_LSR);
117 while ((serial_in(&kdb_port_info, UART_LSR) & UART_LSR_THRE) == 0)
131 while (!(serial_in(&kdb_port_info, UART_LSR) & 1))
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/galileo-boards/ev64120/compressed/
H A Dxfer.c93 comstat = inb(PortAddress(channel, UART_LSR));
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-sh/
H A Dsmc37c93x.h63 #define UART_LSR 0xa /* Line Status Register */ macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-sh/
H A Dsmc37c93x.h63 #define UART_LSR 0xa /* Line Status Register */ macro
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dserial_reg.h37 #define UART_LSR 5 /* In: Line Status Register */ macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dserial_reg.h37 #define UART_LSR 5 /* In: Line Status Register */ macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/sbus/char/
H A Dsu.c383 status = su_inb(info, UART_LSR);
470 *status = serial_inp(info, UART_LSR);
611 status = serial_inp(info, UART_LSR);
646 status = serial_inp(info, UART_LSR);
781 if (serial_inp(info, UART_LSR) == 0xff) {
837 (void)serial_inp(info, UART_LSR);
1151 lsr = serial_in(info, UART_LSR);
1466 status = serial_in(info, UART_LSR);
1857 while (!((lsr = serial_inp(info, UART_LSR)) & UART_LSR_TEMT)) {
2789 lsr = su_inb(info, UART_LSR);
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/isdn/hisax/
H A Delsa_ser.c166 if (serial_inp(cs, UART_LSR) == 0xff) {
196 (void)serial_inp(cs, UART_LSR);
343 *status = serial_inp(cs, UART_LSR);
410 status = serial_inp(cs, UART_LSR);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/irda/
H A Dirport.c543 if (!(inb(iobase+UART_LSR) & UART_LSR_THRE)) {
694 } while (inb(iobase+UART_LSR) & UART_LSR_DR);
723 lsr = inb(iobase+UART_LSR);
903 if (!(inb(iobase+UART_LSR) & UART_LSR_THRE)) {
H A Dali-ircc.c803 lsr = inb(iobase+UART_LSR);
865 } while (inb(iobase+UART_LSR) & UART_LSR_DR);
902 while(!(inb(iobase+UART_LSR) & UART_LSR_TEMT))
1044 inb(iobase+UART_LSR);
1282 if (!(inb(iobase+UART_LSR) & UART_LSR_THRE)) {
2264 val = inb(iobase+UART_LSR);
/asus-wl-520gu-7.0.1.45/src/shared/
H A Dmin_osl.c178 while (!(serial_in(&min_uart, UART_LSR) & UART_LSR_THRE));
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/bluetooth/
H A Ddtl1_cs.c137 if (!(inb(iobase + UART_LSR) & UART_LSR_THRE))
304 } while (inb(iobase + UART_LSR) & UART_LSR_DR);
329 lsr = inb(iobase + UART_LSR);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/
H A Dmxser.c883 while (!(inb(info->base + UART_LSR) & UART_LSR_TEMT)) {
1426 status = inb(info->base + UART_LSR) & info->read_status_mask;
1480 *status = inb(info->base + UART_LSR) & info->read_status_mask;
1730 if (inb(info->base + UART_LSR) == 0xff) {
1742 (void) inb(info->base + UART_LSR);
1763 (void) inb(info->base + UART_LSR);
2239 status = inb(info->base + UART_LSR);
H A Dserial.c691 *status = serial_inp(info, UART_LSR);
857 status = serial_inp(info, UART_LSR);
921 status = serial_inp(info, UART_LSR);
990 status = serial_inp(info, UART_LSR);
1330 (void) serial_inp(info, UART_LSR);
1341 (serial_inp(info, UART_LSR) == 0xff)) {
1434 (void)serial_inp(info, UART_LSR);
2259 status = serial_in(info, UART_LSR);
2920 while (!((lsr = serial_inp(info, UART_LSR)) & UART_LSR_TEMT)) {
3473 (void)serial_inp(&scr_info, UART_LSR);
[all...]
/asus-wl-520gu-7.0.1.45/src/include/
H A Dsbchipc.h667 #define UART_LSR 5 /* In: Line Status Register */ macro
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-mips/
H A Dau1000.h594 #define UART_LSR 0x1C /* Line Status Register */ macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-mips/
H A Dau1000.h594 #define UART_LSR 0x1C /* Line Status Register */ macro
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm/
H A Dau1000.h594 #define UART_LSR 0x1C /* Line Status Register */ macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm/
H A Dau1000.h594 #define UART_LSR 0x1C /* Line Status Register */ macro

Completed in 280 milliseconds

12