Home
last modified time | relevance | path

Searched refs:CD1400_MSVR1_RTS (Results 1 – 2 of 2) sorted by relevance

/trueos/sys/dev/ic/
HDcd1400.h192 #define CD1400_MSVR1_RTS (1<<0) /* RTS line (r/w) */ macro
/trueos/sys/dev/cy/
HDcy.c395 com->mcr_dtr = CD1400_MSVR1_RTS; in cyattach_common()
400 com->mcr_rts = CD1400_MSVR1_RTS; in cyattach_common()
1690 outb(com->modem_ctl_port, com->mcr_image &= ~CD1400_MSVR1_RTS); in cystart()
1700 outb(com->modem_ctl_port, com->mcr_image |= CD1400_MSVR1_RTS); in cystart()