Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/tty/serial/
Dimx.c54 #define UFCR 0x90 /* FIFO Control Register */ macro
861 val = readl(sport->port.membase + UFCR) & (UFCR_RFDIV | UFCR_DCEDTE); in imx_setup_ufcr()
863 writel(val, sport->port.membase + UFCR); in imx_setup_ufcr()
1413 ufcr = readl(sport->port.membase + UFCR); in imx_set_termios()
1417 writel(ufcr, sport->port.membase + UFCR); in imx_set_termios()
1710 ucfr_rfdiv = (readl(sport->port.membase + UFCR) & UFCR_RFDIV) >> 7; in imx_console_get_options()
/linux-4.1.27/arch/arm/mach-sa1100/include/mach/
DSA-1101.h173 #define UFCR (*((volatile Word *) SA1101_p2v (_UFCR))) macro