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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/serial/
H A Dmos7720.c1024 __u8 lStop; local
1053 lStop = 0x00; /* 1 stop bit */
1100 lStop = UART_LCR_STOP;
1103 lStop = 0x00;
1113 mos7720_port->shadowLCR |= (lData | lParity | lStop);
H A Dmos7840.c1963 __u8 lStop; local
2003 lStop = LCR_STOP_1;
2049 lStop = LCR_STOP_2;
2052 lStop = LCR_STOP_1;
2059 mos7840_port->shadowLCR |= (lData | lParity | lStop);
H A Dio_edgeport.c2479 __u8 lStop; local
2531 lStop = LCR_STOP_2;
2534 lStop = LCR_STOP_1;
2589 edge_port->shadowLCR |= (lData | lParity | lStop);

Completed in 55 milliseconds