Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/serial/
H A Dmos7720.c1368 __u8 lStop; in change_port_settings() local
1384 lStop = 0x00; /* 1 stop bit */ in change_port_settings()
1410 lStop = UART_LCR_STOP; in change_port_settings()
1413 lStop = 0x00; in change_port_settings()
1424 mos7720_port->shadowLCR |= (lData | lParity | lStop); in change_port_settings()
H A Dmos7840.c1200 __u8 lStop; in mos7840_change_port_settings() local
1205 lStop = LCR_STOP_1; in mos7840_change_port_settings()
1249 lStop = LCR_STOP_2; in mos7840_change_port_settings()
1252 lStop = LCR_STOP_1; in mos7840_change_port_settings()
1259 mos7840_port->shadowLCR |= (lData | lParity | lStop); in mos7840_change_port_settings()
H A Dio_edgeport.c2341 __u8 lStop; in change_port_settings() local
2396 lStop = LCR_STOP_2; in change_port_settings()
2399 lStop = LCR_STOP_1; in change_port_settings()
2456 edge_port->shadowLCR |= (lData | lParity | lStop); in change_port_settings()