Searched refs:LCR_STOP_MASK (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/serial/
H A Dio_16654.h108 #define LCR_STOP_MASK 0x04 // Mask for stop bits field macro
H A Dmos7720.c1677 #define LCR_STOP_MASK 0x04 /* Mask for stop bits field */ macro
1682 ~(LCR_BITS_MASK | LCR_STOP_MASK | LCR_PAR_MASK);
H A Dmos7840.c57 #define LCR_STOP_MASK 0x04 /* Mask for stop bits field */ macro
2006 ~(LCR_BITS_MASK | LCR_STOP_MASK | LCR_PAR_MASK);
H A Dio_edgeport.c2647 edge_port->shadowLCR &= ~(LCR_BITS_MASK | LCR_STOP_MASK | LCR_PAR_MASK);

Completed in 103 milliseconds