UFCR 299 drivers/tty/serial/imx.c case UFCR: UFCR 331 drivers/tty/serial/imx.c case UFCR: UFCR 1229 drivers/tty/serial/imx.c val = imx_uart_readl(sport, UFCR) & (UFCR_RFDIV | UFCR_DCEDTE); UFCR 1231 drivers/tty/serial/imx.c imx_uart_writel(sport, val, UFCR); UFCR 1694 drivers/tty/serial/imx.c ufcr = imx_uart_readl(sport, UFCR); UFCR 1696 drivers/tty/serial/imx.c imx_uart_writel(sport, ufcr, UFCR); UFCR 2022 drivers/tty/serial/imx.c ucfr_rfdiv = (imx_uart_readl(sport, UFCR) & UFCR_RFDIV) >> 7; UFCR 2297 drivers/tty/serial/imx.c sport->ufcr = readl(sport->port.membase + UFCR); UFCR 2332 drivers/tty/serial/imx.c u32 ufcr = imx_uart_readl(sport, UFCR); UFCR 2334 drivers/tty/serial/imx.c imx_uart_writel(sport, ufcr | UFCR_DCEDTE, UFCR); UFCR 2347 drivers/tty/serial/imx.c u32 ufcr = imx_uart_readl(sport, UFCR); UFCR 2349 drivers/tty/serial/imx.c imx_uart_writel(sport, ufcr & ~UFCR_DCEDTE, UFCR); UFCR 2419 drivers/tty/serial/imx.c imx_uart_writel(sport, sport->saved_reg[4], UFCR); UFCR 2443 drivers/tty/serial/imx.c sport->saved_reg[4] = imx_uart_readl(sport, UFCR);