Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/tty/serial/
Dimx.c81 #define UCR1_UARTEN (1<<0) /* UART enabled */ macro
1504 ucr1 |= UCR1_UARTEN; in imx_uart_startup()
1628 ucr1 |= UCR1_UARTEN; in imx_uart_shutdown()
1630 ucr1 &= ~UCR1_UARTEN; in imx_uart_shutdown()
1956 ucr1 |= UCR1_UARTEN; in imx_uart_poll_init()
2101 ucr1 |= UCR1_UARTEN; in imx_uart_console_write()
2131 if (imx_uart_readl(sport, UCR1) & UCR1_UARTEN) { in imx_uart_console_get_options()
2454 ucr1 |= UCR1_UARTEN; in imx_uart_probe()