Lines Matching defs:vt8500_read
117 static inline unsigned int vt8500_read(struct uart_port *port, unsigned int off)
159 if ((vt8500_read(port, VT8500_URISR) & RXOVER)) {
165 while (vt8500_read(port, VT8500_URFIDX) & 0x1f00) {
192 unsigned int idx = vt8500_read(port, VT8500_URFIDX) & 0x1f;
231 isr = vt8500_read(port, VT8500_URISR);
252 usr = vt8500_read(port, VT8500_URUSR);
261 unsigned int lcr = vt8500_read(port, VT8500_URLCR);
275 vt8500_read(port, VT8500_URLCR) | VT8500_BREAK,
292 while ((vt8500_read(port, VT8500_URUSR) & (1 << 5)) && --loops)
354 lcr = vt8500_read(&vt8500_port->uart, VT8500_URLCR);
397 while ((vt8500_read(&vt8500_port->uart, VT8500_URFCR) & 0xc)
458 status = vt8500_read(port, VT8500_URFIDX);
480 ier = vt8500_read(&vt8500_port->uart, VT8500_URIER);
536 unsigned int status = vt8500_read(port, VT8500_URFIDX);
541 return vt8500_read(port, VT8500_RXFIFO) & 0xff;
549 status = vt8500_read(port, VT8500_URFIDX);