Home
last modified time | relevance | path

Searched refs:LCR_STOP_MASK (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/usb/serial/
H A Dio_16654.h105 #define LCR_STOP_MASK 0x04 // Mask for stop bits field macro
H A Dio_edgeport.c2459 edge_port->shadowLCR &= ~(LCR_BITS_MASK | LCR_STOP_MASK | LCR_PAR_MASK); in change_port_settings()