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);
230 vt8500_write(port, vt8500_port->ier, VT8500_URIER);
233 vt8500_write(port, vt8500_port->ier, VT8500_URIER);
251 vt8500_write(port, isr, VT8500_URISR);
291 vt8500_write(port, lcr, VT8500_URLCR);
297 vt8500_write(port,
318 vt8500_write(port, div, VT8500_URDIV);
321 vt8500_write(port, mult_frac(baud, 4096, 1000000), VT8500_URBKR);
340 vt8500_write(port, 0x03, VT8500_URLCR); /* enable TX & RX */
353 vt8500_write(&vt8500_port->uart, 0, VT8500_URIER);
354 vt8500_write(&vt8500_port->uart, 0x880, VT8500_URFCR);
409 vt8500_write(&vt8500_port->uart, lcr, VT8500_URLCR);
419 vt8500_write(&vt8500_port->uart, 0x88c, VT8500_URFCR);
433 vt8500_write(&vt8500_port->uart, 0x881, VT8500_URFCR);
434 vt8500_write(&vt8500_port->uart, vt8500_port->ier, VT8500_URIER);
504 vt8500_write(&vt8500_port->uart, VT8500_URIER, 0);
514 vt8500_write(&vt8500_port->uart, VT8500_URIER, ier);
579 vt8500_write(port, c, VT8500_TXFIFO);