Searched refs:ADR_UART_MCR (Results 1 – 1 of 1) sorted by relevance
336 #define ADR_UART_MCR (UART_REG_BASE+0x00000010) macro2136 #define GET_DTR (((REG32(ADR_UART_MCR)) & 0x00000001 ) >> 0)2137 #define GET_RTS (((REG32(ADR_UART_MCR)) & 0x00000002 ) >> 1)2138 #define GET_OUT_1 (((REG32(ADR_UART_MCR)) & 0x00000004 ) >> 2)2139 #define GET_OUT_2 (((REG32(ADR_UART_MCR)) & 0x00000008 ) >> 3)2140 #define GET_LOOP_BACK (((REG32(ADR_UART_MCR)) & 0x00000010 ) >> 4)5777 #define SET_DTR(_VAL_) (REG32(ADR_UART_MCR)) = (((_VAL_) << 0) | ((REG32(ADR_UART_MCR)) & 0xfffffff…5778 #define SET_RTS(_VAL_) (REG32(ADR_UART_MCR)) = (((_VAL_) << 1) | ((REG32(ADR_UART_MCR)) & 0xfffffff…5779 #define SET_OUT_1(_VAL_) (REG32(ADR_UART_MCR)) = (((_VAL_) << 2) | ((REG32(ADR_UART_MCR)) & 0xfffff…5780 #define SET_OUT_2(_VAL_) (REG32(ADR_UART_MCR)) = (((_VAL_) << 3) | ((REG32(ADR_UART_MCR)) & 0xfffff…[all …]