Home
last modified time | relevance | path

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

/drivers/usb/serial/
Dmos7720.c1365 __u8 lData; in change_port_settings() local
1383 lData = UART_LCR_WLEN8; in change_port_settings()
1392 lData = UART_LCR_WLEN5; in change_port_settings()
1396 lData = UART_LCR_WLEN6; in change_port_settings()
1400 lData = UART_LCR_WLEN7; in change_port_settings()
1404 lData = UART_LCR_WLEN8; in change_port_settings()
1441 mos7720_port->shadowLCR |= (lData | lParity | lStop); in change_port_settings()
Dmos7840.c1196 __u8 lData; in mos7840_change_port_settings() local
1202 lData = LCR_BITS_8; in mos7840_change_port_settings()
1211 lData = LCR_BITS_5; in mos7840_change_port_settings()
1215 lData = LCR_BITS_6; in mos7840_change_port_settings()
1219 lData = LCR_BITS_7; in mos7840_change_port_settings()
1224 lData = LCR_BITS_8; in mos7840_change_port_settings()
1257 mos7840_port->shadowLCR |= (lData | lParity | lStop); in mos7840_change_port_settings()
Dio_edgeport.c2336 __u8 lData; in change_port_settings() local
2353 lData = LCR_BITS_5; mask = 0x1f; in change_port_settings()
2357 lData = LCR_BITS_6; mask = 0x3f; in change_port_settings()
2361 lData = LCR_BITS_7; mask = 0x7f; in change_port_settings()
2366 lData = LCR_BITS_8; in change_port_settings()
2453 edge_port->shadowLCR |= (lData | lParity | lStop); in change_port_settings()