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

/freebsd-10.0-release/sys/dev/cy/
H A Dcy.c177 u_char mcr_rts; /* MCR bit that is wired to RTS */ member in struct:com_s
203 int mcr_rts_reg; /* cd1400 reg number of reg holding mcr_rts */
396 com->mcr_rts = CD1400_MSVR2_DTR;
400 com->mcr_rts = CD1400_MSVR1_RTS;
641 if ((com->state & CS_RTS_IFLOW) && !(com->mcr_image & com->mcr_rts) &&
644 com->mcr_image |= com->mcr_rts);
764 ~com->mcr_rts);
820 &= ~com->mcr_rts);
1529 com->mcr_image |= com->mcr_rts);
1688 if (com->mcr_image & com->mcr_rts
[all...]

Completed in 116 milliseconds