Lines Matching defs:vt8500_write
111 static inline void vt8500_write(struct uart_port *port, unsigned int val,
129 vt8500_write(port, vt8500_port->ier, VT8500_URIER);
139 vt8500_write(port, vt8500_port->ier, VT8500_URIER);
149 vt8500_write(port, vt8500_port->ier, VT8500_URIER);
213 vt8500_write(port, vt8500_port->ier, VT8500_URIER);
216 vt8500_write(port, vt8500_port->ier, VT8500_URIER);
234 vt8500_write(port, isr, VT8500_URISR);
268 vt8500_write(port, lcr, VT8500_URLCR);
274 vt8500_write(port,
295 vt8500_write(port, div, VT8500_URDIV);
298 vt8500_write(port, mult_frac(baud, 4096, 1000000), VT8500_URBKR);
317 vt8500_write(port, 0x03, VT8500_URLCR); /* enable TX & RX */
330 vt8500_write(&vt8500_port->uart, 0, VT8500_URIER);
331 vt8500_write(&vt8500_port->uart, 0x880, VT8500_URFCR);
386 vt8500_write(&vt8500_port->uart, lcr, VT8500_URLCR);
396 vt8500_write(&vt8500_port->uart, 0x88c, VT8500_URFCR);
410 vt8500_write(&vt8500_port->uart, 0x881, VT8500_URFCR);
411 vt8500_write(&vt8500_port->uart, vt8500_port->ier, VT8500_URIER);
481 vt8500_write(&vt8500_port->uart, VT8500_URIER, 0);
491 vt8500_write(&vt8500_port->uart, VT8500_URIER, ier);
556 vt8500_write(port, c, VT8500_TXFIFO);