Searched refs:vt8500_write (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/tty/serial/ |
D | vt8500_serial.c | 124 static inline void vt8500_write(struct uart_port *port, unsigned int val, in vt8500_write() function 142 vt8500_write(port, vt8500_port->ier, VT8500_URIER); in vt8500_stop_tx() 152 vt8500_write(port, vt8500_port->ier, VT8500_URIER); in vt8500_stop_rx() 162 vt8500_write(port, vt8500_port->ier, VT8500_URIER); in vt8500_enable_ms() 243 vt8500_write(port, vt8500_port->ier, VT8500_URIER); in vt8500_start_tx() 246 vt8500_write(port, vt8500_port->ier, VT8500_URIER); in vt8500_start_tx() 264 vt8500_write(port, isr, VT8500_URISR); in vt8500_irq() 304 vt8500_write(port, lcr, VT8500_URLCR); in vt8500_set_mctrl() 310 vt8500_write(port, in vt8500_break_ctl() 331 vt8500_write(port, div, VT8500_URDIV); in vt8500_set_baud_rate() [all …]
|