Home
last modified time | relevance | path

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

/linux/drivers/usb/serial/
H A Dio_16654.h112 #define LCR_PAR_MASK 0x38 // Mask for parity field macro
H A Dmos7720.c1420 #define LCR_PAR_MASK 0x38 /* Mask for parity field */ in change_port_settings()
1424 ~(LCR_BITS_MASK | LCR_STOP_MASK | LCR_PAR_MASK); in change_port_settings()
1419 #define LCR_PAR_MASK change_port_settings() macro
H A Dmos7840.c45 #define LCR_PAR_MASK 0x38 /* Mask for parity field */
1244 ~(LCR_BITS_MASK | LCR_STOP_MASK | LCR_PAR_MASK); in mos7840_change_port_settings()
46 #define LCR_PAR_MASK global() macro
H A Dio_edgeport.c2458 edge_port->shadowLCR &= ~(LCR_BITS_MASK | LCR_STOP_MASK | LCR_PAR_MASK); in change_port_settings()