Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/serial/
Dmos7720.c1521 __u8 lStop; in change_port_settings() local
1538 lStop = 0x00; /* 1 stop bit */ in change_port_settings()
1585 lStop = UART_LCR_STOP; in change_port_settings()
1588 lStop = 0x00; in change_port_settings()
1599 mos7720_port->shadowLCR |= (lData | lParity | lStop); in change_port_settings()
Dmos7840.c1710 __u8 lStop; in mos7840_change_port_settings() local
1735 lStop = LCR_STOP_1; in mos7840_change_port_settings()
1780 lStop = LCR_STOP_2; in mos7840_change_port_settings()
1783 lStop = LCR_STOP_1; in mos7840_change_port_settings()
1790 mos7840_port->shadowLCR |= (lData | lParity | lStop); in mos7840_change_port_settings()
Dio_edgeport.c2390 __u8 lStop; in change_port_settings() local
2445 lStop = LCR_STOP_2; in change_port_settings()
2448 lStop = LCR_STOP_1; in change_port_settings()
2508 edge_port->shadowLCR |= (lData | lParity | lStop); in change_port_settings()