Home
last modified time | relevance | path

Searched refs:LCR_STOP_MASK (Results 1 – 3 of 3) 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 Dmos7720.c1418 #define LCR_STOP_MASK 0x04 /* Mask for stop bits field */ in change_port_settings() macro
1423 ~(LCR_BITS_MASK | LCR_STOP_MASK | LCR_PAR_MASK); in change_port_settings()
H A Dmos7840.c39 #define LCR_STOP_MASK 0x04 /* Mask for stop bits field */ macro
1258 ~(LCR_BITS_MASK | LCR_STOP_MASK | LCR_PAR_MASK); in mos7840_change_port_settings()