Home
last modified time | relevance | path

Searched refs:lData (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/usb/serial/
H A Dmos7840.c1198 __u8 lData; in mos7840_change_port_settings() local
1204 lData = LCR_BITS_8; in mos7840_change_port_settings()
1213 lData = LCR_BITS_5; in mos7840_change_port_settings()
1217 lData = LCR_BITS_6; in mos7840_change_port_settings()
1221 lData = LCR_BITS_7; in mos7840_change_port_settings()
1226 lData = LCR_BITS_8; in mos7840_change_port_settings()
1259 mos7840_port->shadowLCR |= (lData | lParity | lStop); in mos7840_change_port_settings()
H A Dmos7720.c1366 __u8 lData; in change_port_settings() local
1389 lData = UART_LCR_WLEN(tty_get_char_size(cflag)); in change_port_settings()
1424 mos7720_port->shadowLCR |= (lData | lParity | lStop); in change_port_settings()