Searched refs:STOPBITS_5678_1 (Results 1 - 5 of 5) sorted by relevance

/linux-4.4.14/drivers/usb/serial/
H A Dkeyspan_usa90msg.h124 #define STOPBITS_5678_1 0x00 // 1 stop bit for all byte sizes macro
H A Dkeyspan_usa26msg.h194 #define STOPBITS_5678_1 0x00 // 1 stop bit for all byte sizes macro
H A Dkeyspan_usa49msg.h197 #define STOPBITS_5678_1 0x00 // 1 stop bit for all byte sizes macro
H A Dkeyspan_usa67msg.h190 #define STOPBITS_5678_1 0x00 // 1 stop bit for all byte sizes macro
H A Dkeyspan.c1605 msg.lcr = (p_priv->cflag & CSTOPB) ? STOPBITS_678_2 : STOPBITS_5678_1; keyspan_usa26_send_setup()
1875 msg.lcr = (p_priv->cflag & CSTOPB) ? STOPBITS_678_2 : STOPBITS_5678_1; keyspan_usa49_send_setup()
2051 msg.lcr = (p_priv->cflag & CSTOPB) ? STOPBITS_678_2 : STOPBITS_5678_1; keyspan_usa90_send_setup()
2177 msg.lcr = (p_priv->cflag & CSTOPB) ? STOPBITS_678_2 : STOPBITS_5678_1; keyspan_usa67_send_setup()

Completed in 58 milliseconds