Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/serial/
Dio_16654.h105 #define LCR_STOP_MASK 0x04 // Mask for stop bits field macro
Dmos7720.c1600 #define LCR_STOP_MASK 0x04 /* Mask for stop bits field */ in change_port_settings() macro
1605 ~(LCR_BITS_MASK | LCR_STOP_MASK | LCR_PAR_MASK); in change_port_settings()
Dmos7840.c39 #define LCR_STOP_MASK 0x04 /* Mask for stop bits field */ macro
1782 ~(LCR_BITS_MASK | LCR_STOP_MASK | LCR_PAR_MASK); in mos7840_change_port_settings()
Dio_edgeport.c2587 edge_port->shadowLCR &= ~(LCR_BITS_MASK | LCR_STOP_MASK | LCR_PAR_MASK); in change_port_settings()