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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/serial/
H A Dio_16654.h108 #define LCR_STOP_MASK 0x04 // Mask for stop bits field macro
H A Dmos7720.c1108 #define LCR_STOP_MASK 0x04 /* Mask for stop bits field */ macro
1112 mos7720_port->shadowLCR &= ~(LCR_BITS_MASK | LCR_STOP_MASK | LCR_PAR_MASK);
H A Dmos7840.c57 #define LCR_STOP_MASK 0x04 /* Mask for stop bits field */ macro
2058 ~(LCR_BITS_MASK | LCR_STOP_MASK | LCR_PAR_MASK);
H A Dio_edgeport.c2588 edge_port->shadowLCR &= ~(LCR_BITS_MASK | LCR_STOP_MASK | LCR_PAR_MASK);

Completed in 119 milliseconds