Home
last modified time | relevance | path

Searched refs:m_rts (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/drivers/char/
Depca.c654 ch->omodem &= ~(ch->m_rts | ch->m_dtr); in shutdown()
655 fepcmd(ch, SETMODEM, 0, ch->m_dtr | ch->m_rts, 10, 1); in shutdown()
2054 ch->m_rts = 0x02 ; in post_fep_init()
2066 ch->m_rts = 0x02 ; in post_fep_init()
2540 res |= ((ch->m_cts) | (ch->m_rts)); in termios2digi_h()
2544 res |= ch->m_rts; in termios2digi_h()
2558 if (res & (ch->m_rts)) in termios2digi_h()
2726 mval = ch->m_dtr | ch->m_rts; in epcaparam()
2791 fepcmd(ch, SETMODEM, 0, ((ch->m_dtr)|(ch->m_rts)), 0, 1); in epcaparam()
3138 if (mstat & ch->m_rts) in pc_ioctl()
[all …]
Depca.h98 unchar m_rts ; /* The bits used in whatever FEP */ member
DREADME.epca279 that read "res |= ((ch->m_dtr) | (ch->m_rts));"
280 to "res |= ((ch->m_cts) | (ch->m_rts));" This