sccnxp_port_read  323 drivers/tty/serial/sccnxp.c 		sccnxp_port_read(port, SCCNXP_START_COUNTER_REG);
sccnxp_port_read  394 drivers/tty/serial/sccnxp.c 		sr = sccnxp_port_read(port, SCCNXP_SR_REG);
sccnxp_port_read  399 drivers/tty/serial/sccnxp.c 		ch = sccnxp_port_read(port, SCCNXP_RHR_REG);
sccnxp_port_read  459 drivers/tty/serial/sccnxp.c 		if (sccnxp_port_read(port, SCCNXP_SR_REG) & SR_TXEMT) {
sccnxp_port_read  470 drivers/tty/serial/sccnxp.c 		sr = sccnxp_port_read(port, SCCNXP_SR_REG);
sccnxp_port_read  565 drivers/tty/serial/sccnxp.c 	val = sccnxp_port_read(port, SCCNXP_SR_REG);
sccnxp_port_read  840 drivers/tty/serial/sccnxp.c 		if (sccnxp_port_read(port, SCCNXP_SR_REG) & SR_TXRDY) {