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

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc/boot/common/
H A Dns16550.c49 lcr = inb(com_port + (UART_LCR << shift));
51 outb(com_port + (UART_LCR << shift), 0x80);
62 outb(com_port + (UART_LCR << shift), lcr);
70 outb(com_port + (UART_LCR << shift), 0x03);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/brcm-boards/generic/
H A Dgdb_hook.c77 serial_out(&kdb_port_info, UART_LCR, UART_LCR_WLEN8); /* reset DLAB */
88 serial_out(&kdb_port_info, UART_LCR, UART_LCR_WLEN8 | UART_LCR_DLAB);
92 serial_out(&kdb_port_info, UART_LCR, UART_LCR_WLEN8);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/galileo-boards/ev64120/compressed/
H A Dxfer.c88 outb(0x83, PortAddress(channel, UART_LCR));
91 outb(0x03, PortAddress(channel, UART_LCR));
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/au1000/common/
H A Ddbg_io.c44 #define UART_LCR 0x14 /* Line Control Register */ macro
79 UART16550_WRITE(UART_LCR, (data | parity | stop));
H A Dserial.c822 serial_outp(info, UART_LCR, UART_LCR_WLEN8);
956 serial_out(info, UART_LCR, serial_inp(info, UART_LCR) & ~UART_LCR_SBC);
1127 serial_outp(info, UART_LCR, cval);
1700 serial_out(info, UART_LCR, info->LCR);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/mips-boards/generic/
H A Dgdb_hook.c72 serial_out(&kdb_port_info, UART_LCR, UART_LCR_WLEN8); /* reset DLAB */
93 serial_out(&kdb_port_info, UART_LCR, UART_LCR_WLEN8 | UART_LCR_DLAB);
97 serial_out(&kdb_port_info, UART_LCR, UART_LCR_WLEN8);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/sbus/char/
H A Dsu.c756 serial_outp(info, UART_LCR, 0xBF);
760 serial_outp(info, UART_LCR, 0);
819 serial_outp(info, UART_LCR, UART_LCR_WLEN8); /* reset DLAB */
909 serial_out(info, UART_LCR, serial_inp(info, UART_LCR) & ~UART_LCR_SBC);
925 serial_outp(info, UART_LCR, 0xBF);
928 serial_outp(info, UART_LCR, 0);
1100 serial_outp(info, UART_LCR, 0xBF);
1104 serial_outp(info, UART_LCR, cval | UART_LCR_DLAB); /* set DLAB */
1109 serial_outp(info, UART_LCR, cva
[all...]
/asus-wl-520gu-7.0.1.45/src/shared/
H A Dmin_osl.c281 serial_out(&min_uart, UART_LCR, UART_LCR_DLAB);
284 serial_out(&min_uart, UART_LCR, UART_LCR_WLEN8);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/
H A Dserial.c1256 serial_outp(info, UART_LCR, 0xBF);
1262 serial_outp(info, UART_LCR, 0);
1267 serial_outp(info, UART_LCR, 0xBF);
1280 serial_outp(info, UART_LCR, 0);
1291 serial_outp(info, UART_LCR, 0xBF);
1294 serial_outp(info, UART_LCR, 0);
1296 serial_outp(info, UART_LCR, 0xBF);
1298 serial_outp(info, UART_LCR, 0);
1398 serial_outp(info, UART_LCR, UART_LCR_WLEN8); /* reset DLAB */
1554 serial_out(info, UART_LCR, serial_in
[all...]
H A Dmxser.c1750 outb(UART_LCR_WLEN8, info->base + UART_LCR); /* reset DLAB */
2136 outb(cval | UART_LCR_DLAB, info->base + UART_LCR); /* set DLAB */
2139 outb(cval, info->base + UART_LCR); /* reset DLAB */
2256 outb(inb(info->base + UART_LCR) | UART_LCR_SBC, info->base + UART_LCR);
2258 outb(inb(info->base + UART_LCR) & ~UART_LCR_SBC, info->base + UART_LCR);
2372 scratch2 = inb(cap + UART_LCR) & (~UART_LCR_DLAB);
2373 outb(scratch2 | UART_LCR_DLAB, cap + UART_LCR);
2375 outb(scratch2, cap + UART_LCR);
[all...]
H A Desp.c1206 serial_out(info, UART_ESI_CMD2, UART_LCR);
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-sh/
H A Dsmc37c93x.h61 #define UART_LCR 0x6 /* Line Control Register */ macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-sh/
H A Dsmc37c93x.h61 #define UART_LCR 0x6 /* Line Control Register */ macro
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dserial_reg.h35 #define UART_LCR 3 /* Out: Line Control Register */ macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dserial_reg.h35 #define UART_LCR 3 /* Out: Line Control Register */ macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/isdn/hisax/
H A Delsa_ser.c139 serial_outp(cs, UART_LCR, cval | UART_LCR_DLAB);/* set DLAB */
142 serial_outp(cs, UART_LCR, cval); /* reset DLAB */
181 serial_outp(cs, UART_LCR, UART_LCR_WLEN8); /* reset DLAB */
239 serial_outp(cs, UART_LCR, serial_inp(cs, UART_LCR) & ~UART_LCR_SBC);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/hamradio/soundmodem/
H A Dsm.c156 #define UART_LCR(iobase) (iobase+3) macro
272 outb(0x40 & (-ptt), UART_LCR(sm->hdrv.ptt_out.seriobase));
295 outb(0x80, UART_LCR(sm->hdrv.ptt_out.seriobase));
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/irda/
H A Dirport.c300 outb(UART_LCR_WLEN8, iobase+UART_LCR); /* Reset DLAB */
387 outb(UART_LCR_DLAB | lcr, iobase+UART_LCR); /* Set DLAB */
390 outb(lcr, iobase+UART_LCR); /* Set 8N1 */
H A Dali-ircc.c1069 outb(UART_LCR_DLAB | lcr, iobase+UART_LCR); /* Set DLAB */
1072 outb(lcr, iobase+UART_LCR); /* Set 8N1 */
/asus-wl-520gu-7.0.1.45/src/include/
H A Dsbchipc.h665 #define UART_LCR 3 /* Out: Line Control Register */ macro
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-mips/
H A Dau1000.h592 #define UART_LCR 0x14 /* Line Control Register */ macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-mips/
H A Dau1000.h592 #define UART_LCR 0x14 /* Line Control Register */ macro
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm/
H A Dau1000.h592 #define UART_LCR 0x14 /* Line Control Register */ macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm/
H A Dau1000.h592 #define UART_LCR 0x14 /* Line Control Register */ macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/bluetooth/
H A Ddtl1_cs.c494 outb(UART_LCR_WLEN8, iobase + UART_LCR); /* Reset DLAB */

Completed in 334 milliseconds