Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/tty/serial/
Dma35d1_serial.c148 struct uart_ma35d1_port { struct
161 static struct uart_ma35d1_port ma35d1serial_ports[MA35_UART_NR]; argument
163 static struct uart_ma35d1_port *to_ma35d1_uart_port(struct uart_port *uart) in to_ma35d1_uart_port()
165 return container_of(uart, struct uart_ma35d1_port, port); in to_ma35d1_uart_port()
168 static u32 serial_in(struct uart_ma35d1_port *p, u32 offset) in serial_in()
173 static void serial_out(struct uart_ma35d1_port *p, u32 offset, u32 value) in serial_out()
178 static void __stop_tx(struct uart_ma35d1_port *p) in __stop_tx()
189 struct uart_ma35d1_port *up = to_ma35d1_uart_port(port); in ma35d1serial_stop_tx()
194 static void transmit_chars(struct uart_ma35d1_port *up) in transmit_chars()
213 struct uart_ma35d1_port *up = to_ma35d1_uart_port(port); in ma35d1serial_start_tx()
[all …]