max310x_port_read  671 drivers/tty/serial/max310x.c 		sts = max310x_port_read(port, MAX310X_LSR_IRQSTS_REG);
max310x_port_read  703 drivers/tty/serial/max310x.c 			ch = max310x_port_read(port, MAX310X_RHR_REG);
max310x_port_read  704 drivers/tty/serial/max310x.c 			sts = max310x_port_read(port, MAX310X_LSR_IRQSTS_REG);
max310x_port_read  768 drivers/tty/serial/max310x.c 		txlen = max310x_port_read(port, MAX310X_TXFIFOLVL_REG);
max310x_port_read  806 drivers/tty/serial/max310x.c 		ists = max310x_port_read(port, MAX310X_IRQSTS_REG);
max310x_port_read  807 drivers/tty/serial/max310x.c 		rxlen = max310x_port_read(port, MAX310X_RXFIFOLVL_REG);
max310x_port_read  814 drivers/tty/serial/max310x.c 			lsr = max310x_port_read(port, MAX310X_LSR_IRQSTS_REG);
max310x_port_read  860 drivers/tty/serial/max310x.c 	u8 lvl = max310x_port_read(port, MAX310X_TXFIFOLVL_REG);
max310x_port_read 1087 drivers/tty/serial/max310x.c 	max310x_port_read(port, MAX310X_IRQSTS_REG);
max310x_port_read 1193 drivers/tty/serial/max310x.c 	val = max310x_port_read(port, MAX310X_GPIODATA_REG);
max310x_port_read 1357 drivers/tty/serial/max310x.c 		max310x_port_read(&s->p[i].port, MAX310X_IRQSTS_REG);