Searched refs:UCR2 (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/tty/serial/ |
| H A D | imx.c | 42 #define UCR2 0x84 /* Control Register 2 */ macro 300 case UCR2: in imx_uart_writel() 324 case UCR2: in imx_uart_readl() 382 ucr->ucr2 = imx_uart_readl(sport, UCR2); in imx_uart_ucrs_save() 391 imx_uart_writel(sport, ucr->ucr2, UCR2); in imx_uart_ucrs_restore() 429 ucr2 = imx_uart_readl(sport, UCR2); in imx_uart_start_rx() 441 imx_uart_writel(sport, ucr2, UCR2); in imx_uart_start_rx() 489 ucr2 = imx_uart_readl(sport, UCR2); in imx_uart_stop_tx() 494 imx_uart_writel(sport, ucr2, UCR2); in imx_uart_stop_tx() 512 ucr2 = imx_uart_readl(sport, UCR2); in imx_uart_stop_rx() [all …]
|
| /OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-imx/ |
| H A D | imx-regs.h | 499 #define UCR2(x) __REG2( IMX_UART1_BASE + 0x84, ((x) & 1) << 12) /* Control Register 2 */ macro
|