Symbol: vt8500_write
drivers/tty/serial/vt8500_serial.c
129
vt8500_write(port, vt8500_port->ier, VT8500_URIER);
drivers/tty/serial/vt8500_serial.c
139
vt8500_write(port, vt8500_port->ier, VT8500_URIER);
drivers/tty/serial/vt8500_serial.c
149
vt8500_write(port, vt8500_port->ier, VT8500_URIER);
drivers/tty/serial/vt8500_serial.c
213
vt8500_write(port, vt8500_port->ier, VT8500_URIER);
drivers/tty/serial/vt8500_serial.c
216
vt8500_write(port, vt8500_port->ier, VT8500_URIER);
drivers/tty/serial/vt8500_serial.c
234
vt8500_write(port, isr, VT8500_URISR);
drivers/tty/serial/vt8500_serial.c
268
vt8500_write(port, lcr, VT8500_URLCR);
drivers/tty/serial/vt8500_serial.c
274
vt8500_write(port,
drivers/tty/serial/vt8500_serial.c
295
vt8500_write(port, div, VT8500_URDIV);
drivers/tty/serial/vt8500_serial.c
298
vt8500_write(port, mult_frac(baud, 4096, 1000000), VT8500_URBKR);
drivers/tty/serial/vt8500_serial.c
317
vt8500_write(port, 0x03, VT8500_URLCR); /* enable TX & RX */
drivers/tty/serial/vt8500_serial.c
330
vt8500_write(&vt8500_port->uart, 0, VT8500_URIER);
drivers/tty/serial/vt8500_serial.c
331
vt8500_write(&vt8500_port->uart, 0x880, VT8500_URFCR);
drivers/tty/serial/vt8500_serial.c
386
vt8500_write(&vt8500_port->uart, lcr, VT8500_URLCR);
drivers/tty/serial/vt8500_serial.c
396
vt8500_write(&vt8500_port->uart, 0x88c, VT8500_URFCR);
drivers/tty/serial/vt8500_serial.c
410
vt8500_write(&vt8500_port->uart, 0x881, VT8500_URFCR);
drivers/tty/serial/vt8500_serial.c
411
vt8500_write(&vt8500_port->uart, vt8500_port->ier, VT8500_URIER);
drivers/tty/serial/vt8500_serial.c
481
vt8500_write(&vt8500_port->uart, VT8500_URIER, 0);
drivers/tty/serial/vt8500_serial.c
491
vt8500_write(&vt8500_port->uart, VT8500_URIER, ier);
drivers/tty/serial/vt8500_serial.c
556
vt8500_write(port, c, VT8500_TXFIFO);