Searched refs:UCC_UART_UCCE_RX (Results 1 – 2 of 2) sorted by relevance
433 clrbits16(&qe_port->uccp->uccm, UCC_UART_UCCE_RX); in qe_uart_stop_rx()577 if (events & UCC_UART_UCCE_RX) in qe_uart_int()803 setbits16(&qe_port->uccp->uccm, UCC_UART_UCCE_RX); in qe_uart_startup()839 clrbits16(&uccp->uccm, UCC_UART_UCCE_TX | UCC_UART_UCCE_RX); in qe_uart_shutdown()
689 #define UCC_UART_UCCE_RX 0x0001 macro