Searched refs:UART_FCRVAL (Results 1 – 2 of 2) sorted by relevance
61 #define UART_FCRVAL (UART_FCR_FIFO_EN | \ macro143 writel(UART_FCRVAL, &plat->regs->fcr); in mt7620_serial_probe()228 writel(UART_FCRVAL, &plat.regs->fcr); in _debug_uart_init()
65 #define UART_FCRVAL (UART_FCR_FIFO_EN | \ macro215 writel(UART_FCRVAL, &priv->regs->fcr); in mtk_serial_probe()292 writel(UART_FCRVAL, &mtk_hsuart##port.regs->fcr); \442 writel(UART_FCRVAL, &priv.regs->fcr); in _debug_uart_init()
Completed in 3 milliseconds