Searched refs:SET_DTR (Results 1 – 3 of 3) sorted by relevance
199 #define SET_DTR 0x04 /* assert DTR */ macro396 (ChP)->TxControl[3] &= ~SET_DTR; \971 (ChP)->TxControl[3] |= SET_DTR; \
1136 ((control & SET_DTR) ? TIOCM_DTR : 0) | in rp_tiocmget()1156 info->channel.TxControl[3] |= SET_DTR; in rp_tiocmset()1160 info->channel.TxControl[3] &= ~SET_DTR; in rp_tiocmset()
5777 #define SET_DTR(_VAL_) (REG32(ADR_UART_MCR)) = (((_VAL_) << 0) | ((REG32(ADR_UART_MCR)) & 0xfffffff… macro