Home
last modified time | relevance | path

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

/openbmc/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 Dio_edgeport.c2339 __u8 lData; in change_port_settings() local
2356 lData = LCR_BITS_5; mask = 0x1f; in change_port_settings()
2360 lData = LCR_BITS_6; mask = 0x3f; in change_port_settings()
2364 lData = LCR_BITS_7; mask = 0x7f; in change_port_settings()
2369 lData = LCR_BITS_8; in change_port_settings()
2456 edge_port->shadowLCR |= (lData | lParity | lStop); in 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()