Searched refs:m_rts (Results 1 – 2 of 2) sorted by relevance
/linux-2.6.39/drivers/staging/tty/ |
D | epca.c | 468 ch->omodem &= ~(ch->m_rts | ch->m_dtr); in shutdown() 469 fepcmd(ch, SETMODEM, 0, ch->m_dtr | ch->m_rts, 10, 1); in shutdown() 1286 ch->m_rts = 0x02; in post_fep_init() 1298 ch->m_rts = 0x02; in post_fep_init() 1638 res |= ((ch->m_cts) | (ch->m_rts)); in termios2digi_h() 1642 res |= ch->m_rts; in termios2digi_h() 1656 if (res & (ch->m_rts)) in termios2digi_h() 1772 mval = ch->m_dtr | ch->m_rts; in epcaparam() 1820 fepcmd(ch, SETMODEM, 0, ((ch->m_dtr)|(ch->m_rts)), 0, 1); in epcaparam() 2005 if (mstat & ch->m_rts) in pc_tiocmget() [all …]
|
D | epca.h | 97 unsigned char m_rts ; /* The bits used in whatever FEP */ member
|