Searched refs:LCR (Results 1 - 14 of 14) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/gt64120/ev64120/
H A DserialGT.c61 #define LCR 0x03 macro
110 * LCR<7> 0 divisor latch access bit
111 * LCR<6> 0 break control (1=send break)
112 * LCR<5> 0 stick parity (0=space, 1=mark)
113 * LCR<4> 0 parity even (0=odd, 1=even)
114 * LCR<3> 0 parity enable (1=enabled)
115 * LCR<2> 0 # stop bits (0=1, 1=1.5)
116 * LCR<1:0> 11 bits per character(00=5, 01=6, 10=7, 11=8)
118 outreg(channel, LCR, 0x3);
135 * Enable access to the divisor latches by setting DLAB in LCR
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/frv/kernel/
H A Ddebug-stub.c217 lcr = __UART0(LCR);
218 __UART0(LCR) |= UART_LCR_DLAB;
223 __UART0(LCR) = lcr;
237 lcr = __UART0(LCR);
238 __UART0(LCR) |= UART_LCR_DLAB;
242 __UART0(LCR) = lcr;
H A Dgdb-io.c58 __UART(LCR) = UART_LCR_WLEN8; /* 1N8 */
98 lcr = __UART(LCR);
99 __UART(LCR) |= UART_LCR_DLAB;
104 __UART(LCR) = lcr;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/kernel/
H A Dearly_printk.c75 #define LCR 3 /* Line control */ macro
132 outb(0x3, early_serial_base + LCR); /* 8n1 */
144 c = inb(early_serial_base + LCR);
145 outb(c | DLAB, early_serial_base + LCR);
148 outb(c & ~DLAB, early_serial_base + LCR);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A DserialP.h69 int LCR; /* Line control register */ member in struct:async_struct
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/serial/
H A Dio_16654.h26 // to them via LCR bit 0x80 or LCR = 0xBF.
38 #define LCR 3 // Line Control Register macro
H A Dio_edgeport.c117 __u8 shadowLCR; /* last LCR value received */
2353 MAKE_CMD_WRITE_REG( &currCmd, &cmdLen, number, LCR, LCR_DL_ENABLE );
2360 MAKE_CMD_WRITE_REG( &currCmd, &cmdLen, number, LCR, edge_port->shadowLCR);
2421 dbg("%s - write to %s register 0x%02x", (regNum == MCR) ? "MCR" : "LCR", __FUNCTION__, regValue);
2434 (regNum == LCR))) {
2435 dbg ("SendCmdWriteUartReg - Not writing to LCR Register");
2593 /* Send the updated LCR value to the EdgePort */
2594 status = send_cmd_write_uart_register(edge_port, LCR, edge_port->shadowLCR);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/hamradio/
H A Dbaycom_ser_fdx.c109 #define LCR(iobase) (iobase+3) macro
185 outb(0x81, LCR(dev->base_addr)); /* DLAB = 1 */
188 outb(0x01, LCR(dev->base_addr)); /* word length = 6 */
H A Dbaycom_ser_hdx.c97 #define LCR(iobase) (iobase+3) macro
172 outb(0x81, LCR(dev->base_addr)); /* DLAB = 1 */
175 outb(0x01, LCR(dev->base_addr)); /* word length = 6 */
H A Dyam.c169 #define LCR(iobase) (iobase+3) macro
309 outb(LCR_DLAB | LCR_BIT5, LCR(iobase));
313 outb(LCR_BIT5, LCR(iobase));
436 outb(LCR_DLAB | LCR_BIT8, LCR(dev->base_addr));
439 outb(LCR_BIT8, LCR(dev->base_addr));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/irda/
H A Dnsc-ircc.h102 #define LCR 0x03 /* Link control register */ macro
H A Dnsc-ircc.c991 outb(0x03, iobase+LCR); /* 8 bit word length */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/hisax/
H A Dhisax.h566 u_char LCR; member in struct:elsa_hw
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Damiserial.c831 info->LCR = cval; /* Save LCR */

Completed in 259 milliseconds