Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/tty/serial/
Ducc_uart.c435 clrbits16(&qe_port->uccp->uccm, UCC_UART_UCCE_RX); in qe_uart_stop_rx()
579 if (events & UCC_UART_UCCE_RX) in qe_uart_int()
805 setbits16(&qe_port->uccp->uccm, UCC_UART_UCCE_RX); in qe_uart_startup()
841 clrbits16(&uccp->uccm, UCC_UART_UCCE_TX | UCC_UART_UCCE_RX); in qe_uart_shutdown()
/linux-4.1.27/arch/powerpc/include/asm/
Dqe.h617 #define UCC_UART_UCCE_RX 0x0001 macro