Searched refs:vt8500_read (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/tty/serial/ |
D | vt8500_serial.c | 117 static inline unsigned int vt8500_read(struct uart_port *port, unsigned int off) in vt8500_read() function 159 if ((vt8500_read(port, VT8500_URISR) & RXOVER)) { in handle_rx() 165 while (vt8500_read(port, VT8500_URFIDX) & 0x1f00) { in handle_rx() 192 unsigned int idx = vt8500_read(port, VT8500_URFIDX) & 0x1f; in vt8500_tx_empty() 231 isr = vt8500_read(port, VT8500_URISR); in vt8500_irq() 252 usr = vt8500_read(port, VT8500_URUSR); in vt8500_get_mctrl() 261 unsigned int lcr = vt8500_read(port, VT8500_URLCR); in vt8500_set_mctrl() 275 vt8500_read(port, VT8500_URLCR) | VT8500_BREAK, in vt8500_break_ctl() 292 while ((vt8500_read(port, VT8500_URUSR) & (1 << 5)) && --loops) in vt8500_set_baud_rate() 354 lcr = vt8500_read(&vt8500_port->uart, VT8500_URLCR); in vt8500_set_termios() [all …]
|