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

/freebsd-11.0-release/sys/dev/rp/
H A Drp.c815 flags |= SET_DTR;
818 & ~(SET_RTS | SET_DTR)) | flags);
927 i = SET_DTR;
929 j = SET_DTR;
942 if (j & SET_DTR)
H A Drpreg.h280 #define SET_DTR 0x04 /* assert DTR */ macro
447 (ChP)->TxControl[3] &= ~SET_DTR; \
872 (ChP)->TxControl[3] |= SET_DTR; \

Completed in 103 milliseconds