Searched refs:uart_write (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.6/drivers/tty/serial/8250/ |
D | 8250_omap.c | 1672 static void uart_write(struct omap8250_priv *priv, u32 reg, u32 val) in uart_write() function 1694 uart_write(priv, UART_OMAP_SCR, OMAP_UART_SCR_DMAMODE_1); in omap8250_soft_reset() 1695 uart_write(priv, UART_OMAP_SCR, in omap8250_soft_reset() 1702 uart_write(priv, UART_OMAP_SYSC, sysc); in omap8250_soft_reset()
|
/Linux-v6.6/drivers/tty/serial/ |
D | serial_core.c | 583 static ssize_t uart_write(struct tty_struct *tty, const u8 *buf, size_t count) in uart_write() function 2702 .write = uart_write,
|