Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/usb/serial/
Dkeyspan_usa26msg.h194 #define STOPBITS_5678_1 0x00 // 1 stop bit for all byte sizes macro
Dkeyspan_usa49msg.h197 #define STOPBITS_5678_1 0x00 // 1 stop bit for all byte sizes macro
Dkeyspan_usa90msg.h124 #define STOPBITS_5678_1 0x00 // 1 stop bit for all byte sizes macro
Dkeyspan.c1688 msg.lcr = (p_priv->cflag & CSTOPB)? STOPBITS_678_2: STOPBITS_5678_1; in keyspan_usa26_send_setup()
1975 msg.lcr = (p_priv->cflag & CSTOPB)? STOPBITS_678_2: STOPBITS_5678_1; in keyspan_usa49_send_setup()
2144 msg.lcr = (p_priv->cflag & CSTOPB)? STOPBITS_678_2: STOPBITS_5678_1; in keyspan_usa90_send_setup()