Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/serial/
Dmos7720.c1519 __u8 lData; in change_port_settings() local
1537 lData = UART_LCR_WLEN8; in change_port_settings()
1547 lData = UART_LCR_WLEN5; in change_port_settings()
1552 lData = UART_LCR_WLEN6; in change_port_settings()
1557 lData = UART_LCR_WLEN7; in change_port_settings()
1562 lData = UART_LCR_WLEN8; in change_port_settings()
1599 mos7720_port->shadowLCR |= (lData | lParity | lStop); in change_port_settings()
Dmos7840.c1708 __u8 lData; in mos7840_change_port_settings() local
1734 lData = LCR_BITS_8; in mos7840_change_port_settings()
1744 lData = LCR_BITS_5; in mos7840_change_port_settings()
1748 lData = LCR_BITS_6; in mos7840_change_port_settings()
1752 lData = LCR_BITS_7; in mos7840_change_port_settings()
1757 lData = LCR_BITS_8; in mos7840_change_port_settings()
1790 mos7840_port->shadowLCR |= (lData | lParity | lStop); in mos7840_change_port_settings()
Dio_edgeport.c2388 __u8 lData; in change_port_settings() local
2405 lData = LCR_BITS_5; mask = 0x1f; in change_port_settings()
2409 lData = LCR_BITS_6; mask = 0x3f; in change_port_settings()
2413 lData = LCR_BITS_7; mask = 0x7f; in change_port_settings()
2418 lData = LCR_BITS_8; in change_port_settings()
2508 edge_port->shadowLCR |= (lData | lParity | lStop); in change_port_settings()