Home
last modified time | relevance | path

Searched refs:SET_RTS (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/tty/
H A Drocket_int.h200 #define SET_RTS 0x02 /* assert RTS */ macro
409 (ChP)->TxControl[3] &= ~SET_RTS; \
644 (ChP)->TxControl[3] &= ~SET_RTS; \
1018 (ChP)->TxControl[3] |= SET_RTS; \
H A Drocket.c1135 result = ((control & SET_RTS) ? TIOCM_RTS : 0) | in rp_tiocmget()
1154 info->channel.TxControl[3] |= SET_RTS; in rp_tiocmset()
1158 info->channel.TxControl[3] &= ~SET_RTS; in rp_tiocmset()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/include/
H A Dssv6200_reg.h5778 #define SET_RTS(_VAL_) (REG32(ADR_UART_MCR)) = (((_VAL_) << 1) | ((REG32(ADR_UART_MCR)) & 0xfffffff… macro