Searched refs:UFCR_RFDIV_REG (Results 1 – 1 of 1) sorted by relevance
124 #define UFCR_RFDIV_REG(x) (((x) < 7 ? 6 - (x) : 6) << 7) macro1752 ufcr = (ufcr & (~UFCR_RFDIV)) | UFCR_RFDIV_REG(div); in imx_uart_set_termios()