| H A D | imx.c | 46 #define USR1 0x94 /* Status Register 1 */ macro 351 * all FIFOs and register USR1, USR2, UBIR, UBMR, UBRC, URXD, UTXD in imx_uart_soft_reset() 354 * We don't need to restore the old values from USR1, USR2, URXD and in imx_uart_soft_reset() 766 u32 usr1; in __imx_uart_rtsint() local 768 imx_uart_writel(sport, USR1_RTSD, USR1); in __imx_uart_rtsint() 769 usr1 = imx_uart_readl(sport, USR1) & USR1_RTSS; in __imx_uart_rtsint() 781 if (usr1 & USR1_RTSS) in __imx_uart_rtsint() 785 uart_handle_cts_change(&sport->port, usr1); in __imx_uart_rtsint() 946 unsigned usr1 in imx_uart_get_hwmctrl() local 995 unsigned int usr1, usr2, ucr1, ucr2, ucr3, ucr4; imx_uart_int() local 1310 u32 usr1, usr2; imx_uart_clear_rx_errors() local 2703 u32 ucr3, usr1; imx_uart_enable_wakeup() local [all...] |