Home
last modified time | relevance | path

Searched refs:UCC_UART_UCCE_RX (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/tty/serial/
Ducc_uart.c433 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()
/Linux-v4.19/include/soc/fsl/qe/
Dqe.h689 #define UCC_UART_UCCE_RX 0x0001 macro