Searched refs:UART010_CR_RTIE (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/linux/amba/
H A Dserial.h117 #define UART010_CR_RTIE BIT(6) macro
/linux-master/drivers/tty/serial/
H A Damba-pl010.c88 cr &= ~(UART010_CR_RIE | UART010_CR_RTIE);
313 writel(UART01x_CR_UARTEN | UART010_CR_RIE | UART010_CR_RTIE,

Completed in 90 milliseconds