Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/tty/serial/
H A Dimx.c41 #define UCR1 0x80 /* Control Register 1 */ macro
297 case UCR1: in imx_uart_writel()
321 case UCR1: in imx_uart_readl()
381 ucr->ucr1 = imx_uart_readl(sport, UCR1); in imx_uart_ucrs_save()
390 imx_uart_writel(sport, ucr->ucr1, UCR1); in imx_uart_ucrs_restore()
428 ucr1 = imx_uart_readl(sport, UCR1); in imx_uart_start_rx()
442 imx_uart_writel(sport, ucr1, UCR1); in imx_uart_start_rx()
461 ucr1 = imx_uart_readl(sport, UCR1); in imx_uart_stop_tx()
462 imx_uart_writel(sport, ucr1 & ~UCR1_TRDYEN, UCR1); in imx_uart_stop_tx()
511 ucr1 = imx_uart_readl(sport, UCR1); in imx_uart_stop_rx()
[all …]
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-imx/
H A Dimx-regs.h498 #define UCR1(x) __REG2( IMX_UART1_BASE + 0x80, ((x) & 1) << 12) /* Control Register 1 */ macro