Searched refs:UART_LCR (Results 1 - 25 of 48) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Dmxser_new.h158 __oldlcr = inb((baseio)+UART_LCR); \
159 outb(MOXA_MUST_ENTER_ENCHANCE, (baseio)+UART_LCR); \
163 outb(__oldlcr, (baseio)+UART_LCR); \
168 __oldlcr = inb((baseio)+UART_LCR); \
169 outb(MOXA_MUST_ENTER_ENCHANCE, (baseio)+UART_LCR); \
173 outb(__oldlcr, (baseio)+UART_LCR); \
178 __oldlcr = inb((baseio)+UART_LCR); \
179 outb(MOXA_MUST_ENTER_ENCHANCE, (baseio)+UART_LCR); \
185 outb(__oldlcr, (baseio)+UART_LCR); \
190 __oldlcr = inb((baseio)+UART_LCR); \
[all...]
H A Dmxser.h186 __oldlcr = inb((baseio)+UART_LCR); \
187 outb(MOXA_MUST_ENTER_ENCHANCE, (baseio)+UART_LCR); \
191 outb(__oldlcr, (baseio)+UART_LCR); \
196 __oldlcr = inb((baseio)+UART_LCR); \
197 outb(MOXA_MUST_ENTER_ENCHANCE, (baseio)+UART_LCR); \
201 outb(__oldlcr, (baseio)+UART_LCR); \
206 __oldlcr = inb((baseio)+UART_LCR); \
207 outb(MOXA_MUST_ENTER_ENCHANCE, (baseio)+UART_LCR); \
213 outb(__oldlcr, (baseio)+UART_LCR); \
218 __oldlcr = inb((baseio)+UART_LCR); \
[all...]
H A Dmxser.c433 outb(0, io + UART_LCR);
1885 outb(inb(info->base + UART_LCR) | UART_LCR_SBC,
1886 info->base + UART_LCR);
1888 outb(inb(info->base + UART_LCR) & ~UART_LCR_SBC,
1889 info->base + UART_LCR);
2416 outb(UART_LCR_WLEN8, info->base + UART_LCR); /* reset DLAB */
2713 outb(cval, info->base + UART_LCR);
2762 cval = inb(info->base + UART_LCR);
2764 outb(cval | UART_LCR_DLAB, info->base + UART_LCR); /* set DLAB */
2768 outb(cval, info->base + UART_LCR); /* rese
[all...]
H A Dmxser_new.c333 outb(0, io + UART_LCR);
505 cval = inb(info->ioaddr + UART_LCR);
507 outb(cval | UART_LCR_DLAB, info->ioaddr + UART_LCR); /* set DLAB */
511 outb(cval, info->ioaddr + UART_LCR); /* reset DLAB */
706 outb(cval, info->ioaddr + UART_LCR);
826 outb(UART_LCR_WLEN8, info->ioaddr + UART_LCR); /* reset DLAB */
1316 outb(inb(info->ioaddr + UART_LCR) | UART_LCR_SBC,
1317 info->ioaddr + UART_LCR);
1321 outb(inb(info->ioaddr + UART_LCR) & ~UART_LCR_SBC,
1322 info->ioaddr + UART_LCR);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/frv/kernel/
H A Dgdb-io.h24 #undef UART_LCR macro
37 #define UART_LCR 3*8 /* Out: Line Control Register */ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-v850/
H A Dserial.h32 #undef UART_LCR macro
49 #define UART_LCR (3 * CB_UART_REG_GAP) macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/boot/common/
H A Dns16550.c52 lcr = inb(com_port + (UART_LCR << shift));
54 outb(com_port + (UART_LCR << shift), 0x80);
65 outb(com_port + (UART_LCR << shift), lcr);
73 outb(com_port + (UART_LCR << shift), 0x03);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/brcm-boards/generic/
H A Dgdb_hook.c83 serial_out(&kdb_port_info, UART_LCR, UART_LCR_WLEN8); /* reset DLAB */
94 serial_out(&kdb_port_info, UART_LCR, UART_LCR_WLEN8 | UART_LCR_DLAB);
98 serial_out(&kdb_port_info, UART_LCR, UART_LCR_WLEN8);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/mips-boards/generic/
H A Dgdb_hook.c68 serial_out(&kdb_port_info, UART_LCR, UART_LCR_WLEN8); /* reset DLAB */
89 serial_out(&kdb_port_info, UART_LCR, UART_LCR_WLEN8 | UART_LCR_DLAB);
93 serial_out(&kdb_port_info, UART_LCR, UART_LCR_WLEN8);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/embedded6xx/
H A Dls_uart.c55 out_8(avr_addr + UART_LCR, cval); /* initialise UART */
61 out_8(avr_addr + UART_LCR, cval); /* Set character format */
63 out_8(avr_addr + UART_LCR, cval | UART_LCR_DLAB); /* set DLAB */
66 out_8(avr_addr + UART_LCR, cval); /* reset DLAB */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/syslib/
H A Dgen550_dbg.c91 lcr = serial_inb(com_port + (UART_LCR << shift));
94 serial_outb(com_port + (UART_LCR << shift), UART_LCR_DLAB);
105 serial_outb(com_port + (UART_LCR << shift), lcr);
114 serial_outb(com_port + (UART_LCR << shift), 0x03);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/serial/
H A D8250_early.c104 lcr = serial_in(port, UART_LCR);
105 serial_out(port, UART_LCR, lcr | UART_LCR_DLAB);
108 serial_out(port, UART_LCR, lcr);
120 serial_out(port, UART_LCR, 0x3); /* 8n1 */
126 c = serial_in(port, UART_LCR);
127 serial_out(port, UART_LCR, c | UART_LCR_DLAB);
130 serial_out(port, UART_LCR, c & ~UART_LCR_DLAB);
H A Dm32r_sio_reg.h52 #define UART_LCR 0 /* Out: Line Control Register */ macro
92 #define UART_LCR 0 /* Out: Line Control Register */ macro
H A D8250.c262 [UART_LCR] = 5,
272 [UART_LCR] = 5,
298 [UART_LCR] = 0x1c,
308 [UART_LCR] = 0x1c,
407 if (save_offset == UART_LCR)
432 serial_in(up, UART_LCR); /* safe, no side-effects */
544 serial_outp(p, UART_LCR, 0xBF);
546 serial_outp(p, UART_LCR, 0);
550 serial_outp(p, UART_LCR, 0xBF);
552 serial_outp(p, UART_LCR,
[all...]
H A Dsunsu.c592 serial_out(up, UART_LCR, up->lcr);
605 serial_outp(up, UART_LCR, 0xBF);
608 serial_outp(up, UART_LCR, 0);
610 serial_outp(up, UART_LCR, 0xBF);
612 serial_outp(up, UART_LCR, 0);
668 serial_outp(up, UART_LCR, UART_LCR_WLEN8);
731 serial_out(up, UART_LCR, serial_inp(up, UART_LCR) & ~UART_LCR_SBC);
853 serial_outp(up, UART_LCR, 0xBF);
856 serial_outp(up, UART_LCR, cva
[all...]
H A Dpxa.c314 serial_out(up, UART_LCR, up->lcr);
357 serial_out(up, UART_LCR, UART_LCR_WLEN8);
404 serial_out(up, UART_LCR, serial_in(up, UART_LCR) & ~UART_LCR_SBC);
510 serial_out(up, UART_LCR, cval | UART_LCR_DLAB);/* set DLAB */
513 serial_out(up, UART_LCR, cval); /* reset DLAB */
H A Dvr41xx_siu.c302 lcr = siu_read(port, UART_LCR);
307 siu_write(port, UART_LCR, lcr);
471 siu_write(port, UART_LCR, UART_LCR_WLEN8);
501 lcr = siu_read(port, UART_LCR);
503 siu_write(port, UART_LCR, lcr);
583 siu_write(port, UART_LCR, lcr | UART_LCR_DLAB);
588 siu_write(port, UART_LCR, lcr);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/au1000/common/
H A Ddbg_io.c43 #define UART_LCR 0x14 /* Line Control Register */ macro
78 UART16550_WRITE(UART_LCR, (data | parity | stop));
H A Dpower.c112 sleep_uart0_linectl = au_readl(UART0_ADDR + UART_LCR);
194 au_writel(sleep_uart0_linectl, UART0_ADDR + UART_LCR); au_sync();
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/pmc-sierra/msp71xx/
H A Dmsp_serial.c83 writeb(UART_LCR_DLAB, (char *)DEBUG_PORT_BASE + (UART_LCR * 4));
92 writeb(UART_LCR_WLEN8, (char *)DEBUG_PORT_BASE + (UART_LCR * 4));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/boot/
H A Dns16550.c21 #define UART_LCR 3 /* Out: Line Control Register */ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/platforms/
H A Dprpmc750.h64 #define PRPMC750_SERIAL_0_LCR (PRPMC750_SERIAL_0 + (UART_LCR << 4))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sh/mpc1211/
H A Dm1543c.h71 #define UART_LCR 0x6 /* Line Control Register */ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sh/
H A Dsmc37c93x.h61 #define UART_LCR 0x6 /* Line Control Register */ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/blackfin/mach-bf533/
H A Dhead.S179 p0.h = hi(UART_LCR);
180 p0.l = lo(UART_LCR);
576 p0.h = hi(UART_LCR);
577 p0.l = lo(UART_LCR);
603 p0.h = hi(UART_LCR);
604 p0.l = lo(UART_LCR);

Completed in 206 milliseconds

12