Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/usb/serial/
Dmos7720.c1367 __u8 lStop; in change_port_settings() local
1383 lStop = 0x00; /* 1 stop bit */ in change_port_settings()
1409 lStop = UART_LCR_STOP; in change_port_settings()
1412 lStop = 0x00; in change_port_settings()
1423 mos7720_port->shadowLCR |= (lData | lParity | lStop); in change_port_settings()
Dmos7840.c1199 __u8 lStop; in mos7840_change_port_settings() local
1204 lStop = LCR_STOP_1; in mos7840_change_port_settings()
1248 lStop = LCR_STOP_2; in mos7840_change_port_settings()
1251 lStop = LCR_STOP_1; in mos7840_change_port_settings()
1258 mos7840_port->shadowLCR |= (lData | lParity | lStop); in mos7840_change_port_settings()
Dio_edgeport.c2339 __u8 lStop; in change_port_settings() local
2394 lStop = LCR_STOP_2; in change_port_settings()
2397 lStop = LCR_STOP_1; in change_port_settings()
2454 edge_port->shadowLCR |= (lData | lParity | lStop); in change_port_settings()