Searched refs:USR1_AWAKE (Results 1 - 1 of 1) sorted by path

/linux-master/drivers/tty/serial/
H A Dimx.c136 #define USR1_AWAKE (1<<4) /* Aysnc wake interrupt flag */ macro
1003 usr1 &= ~USR1_AWAKE;
1032 if (usr1 & USR1_AWAKE) {
1033 imx_uart_writel(sport, USR1_AWAKE, USR1);
2534 imx_uart_writel(sport, USR1_AWAKE, USR1);

Completed in 244 milliseconds