Home
last modified time | relevance | path

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

/drivers/usb/serial/
A Dmos7840.c1185 __u8 lData; in mos7840_change_port_settings() local
1191 lData = LCR_BITS_8; in mos7840_change_port_settings()
1200 lData = LCR_BITS_5; in mos7840_change_port_settings()
1204 lData = LCR_BITS_6; in mos7840_change_port_settings()
1208 lData = LCR_BITS_7; in mos7840_change_port_settings()
1213 lData = LCR_BITS_8; in mos7840_change_port_settings()
1246 mos7840_port->shadowLCR |= (lData | lParity | lStop); in mos7840_change_port_settings()
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()
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()

Completed in 17 milliseconds