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

/openbsd-current/sys/dev/tc/
H A Dzs_ioasic.c491 cs->cs_wr5_rts = ZSWR5_RTS;
504 cs->cs_wr5_dtr = ZSWR5_DTR | ZSWR5_RTS;
514 cs->cs_wr5_dtr &= ~(ZSWR5_RTS|ZSWR5_DTR);
515 cs->cs_wr5_rts &= ~(ZSWR5_RTS|ZSWR5_DTR);
722 /* cs->cs_preg[5] |= (ZSWR5_DTR | ZSWR5_RTS); */
/openbsd-current/sys/dev/ic/
H A Dz8530sc.c179 v = ((cs->cs_ctl_chan->cs_creg[5] & (ZSWR5_RTS | ZSWR5_DTR)) !=
180 (cs->cs_ctl_chan->cs_preg[5] & (ZSWR5_RTS | ZSWR5_DTR)));
H A Dz8530reg.h235 #define ZSWR5_RTS 0x02 /* assert RTS */ macro
H A Dz8530tty.c1135 SET(zsbits, ZSWR5_RTS);
1147 CLR(ccs->cs_preg[5], ZSWR5_RTS | ZSWR5_DTR);
1178 if (ISSET(zsbits, ZSWR5_RTS))
/openbsd-current/sys/arch/sparc64/dev/
H A Dzs.c362 cs->cs_wr5_dtr = ZSWR5_DTR | ZSWR5_RTS;
537 cs->cs_wr5_rts = ZSWR5_RTS;
550 cs->cs_wr5_dtr = ZSWR5_DTR | ZSWR5_RTS;
/openbsd-current/sys/arch/macppc/dev/
H A Dzs.c679 cs->cs_preg[5] |= ZSWR5_RTS; /* Make sure the drivers are on! */

Completed in 112 milliseconds