Searched defs:LCR (Results 1 - 8 of 8) sorted by relevance

/drivers/net/hamradio/
H A Dbaycom_ser_fdx.c111 #define LCR(iobase) (iobase+3) macro
187 outb(0x81, LCR(dev->base_addr)); /* DLAB = 1 */
190 outb(0x01, LCR(dev->base_addr)); /* word length = 6 */
H A Dbaycom_ser_hdx.c99 #define LCR(iobase) (iobase+3) macro
174 outb(0x81, LCR(dev->base_addr)); /* DLAB = 1 */
177 outb(0x01, LCR(dev->base_addr)); /* word length = 6 */
H A Dyam.c170 #define LCR(iobase) (iobase+3) macro
310 outb(LCR_DLAB | LCR_BIT5, LCR(iobase));
314 outb(LCR_BIT5, LCR(iobase));
483 outb(LCR_DLAB | LCR_BIT8, LCR(dev->base_addr));
486 outb(LCR_BIT8, LCR(dev->base_addr));
/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 Dmos7720.c65 __u8 shadowLCR; /* last LCR value received */
136 LCR, enumerator in enum:mos_regs
165 0x03, /* LCR */
1059 * 3 : LCR
1082 write_mos_reg(serial, port_number, LCR, mos7720_port->shadowLCR);
1091 write_mos_reg(serial, port_number, LCR, mos7720_port->shadowLCR);
1095 write_mos_reg(serial, port_number, LCR, mos7720_port->shadowLCR);
1217 LCR, mos7720_port->shadowLCR);
1445 write_mos_reg(serial, port_number, LCR, mos7720_port->shadowLCR);
1449 write_mos_reg(serial, port_number, LCR, mos7720_por
[all...]
/drivers/net/irda/
H A Dnsc-ircc.h105 #define LCR 0x03 /* Link control register */ macro
/drivers/staging/quatech_usb2/
H A Dquatech_usb2.c186 __u8 shadowLCR; /* last LCR value received */
240 unsigned short divisor, unsigned char LCR);
1020 /* Thats the LCR stuff, next we need to work out the divisor as the
1021 * LCR and the divisor are set together */
1034 dbg("%s(): setting divisor = %d, QT2_MAX_BAUD_RATE = %d , LCR = %#.2x",
1411 * control pipe. If successful sets baud rate divisor and LCR value
1414 unsigned short divisor, unsigned char LCR)
1419 UartNumandLCR = (LCR << 8) + Uart_Number;
1845 * control pipe. If successful sets baud rate divisor and LCR value.
1413 qt2_conf_uart(struct usb_serial *serial, unsigned short Uart_Number, unsigned short divisor, unsigned char LCR) argument
/drivers/isdn/hisax/
H A Dhisax.h576 u_char LCR; member in struct:elsa_hw

Completed in 239 milliseconds