sccnxp_port_write  320 drivers/tty/serial/sccnxp.c 		sccnxp_port_write(port, SCCNXP_CTPU_REG, div_std >> 8);
sccnxp_port_write  321 drivers/tty/serial/sccnxp.c 		sccnxp_port_write(port, SCCNXP_CTPL_REG, div_std);
sccnxp_port_write  344 drivers/tty/serial/sccnxp.c 		sccnxp_port_write(port, SCCNXP_CR_REG, CR_CMD_MRPTR0);
sccnxp_port_write  345 drivers/tty/serial/sccnxp.c 		sccnxp_port_write(port, SCCNXP_MR_REG, mr0);
sccnxp_port_write  348 drivers/tty/serial/sccnxp.c 	sccnxp_port_write(port, SCCNXP_ACR_REG, acr | ACR_TIMER_MODE);
sccnxp_port_write  349 drivers/tty/serial/sccnxp.c 	sccnxp_port_write(port, SCCNXP_CSR_REG, (csr << 4) | csr);
sccnxp_port_write  407 drivers/tty/serial/sccnxp.c 				sccnxp_port_write(port, SCCNXP_CR_REG,
sccnxp_port_write  417 drivers/tty/serial/sccnxp.c 				sccnxp_port_write(port, SCCNXP_CR_REG,
sccnxp_port_write  451 drivers/tty/serial/sccnxp.c 		sccnxp_port_write(port, SCCNXP_THR_REG, port->x_char);
sccnxp_port_write  474 drivers/tty/serial/sccnxp.c 		sccnxp_port_write(port, SCCNXP_THR_REG, xmit->buf[xmit->tail]);
sccnxp_port_write  554 drivers/tty/serial/sccnxp.c 	sccnxp_port_write(port, SCCNXP_CR_REG, CR_RX_DISABLE);
sccnxp_port_write  637 drivers/tty/serial/sccnxp.c 	sccnxp_port_write(port, SCCNXP_CR_REG, break_state ?
sccnxp_port_write  656 drivers/tty/serial/sccnxp.c 	sccnxp_port_write(port, SCCNXP_CR_REG, CR_CMD_RX_RESET |
sccnxp_port_write  658 drivers/tty/serial/sccnxp.c 	sccnxp_port_write(port, SCCNXP_CR_REG, CR_CMD_TX_RESET);
sccnxp_port_write  659 drivers/tty/serial/sccnxp.c 	sccnxp_port_write(port, SCCNXP_CR_REG, CR_CMD_STATUS_RESET);
sccnxp_port_write  660 drivers/tty/serial/sccnxp.c 	sccnxp_port_write(port, SCCNXP_CR_REG, CR_CMD_BREAK_RESET);
sccnxp_port_write  690 drivers/tty/serial/sccnxp.c 	sccnxp_port_write(port, SCCNXP_CR_REG, CR_CMD_MRPTR1);
sccnxp_port_write  691 drivers/tty/serial/sccnxp.c 	sccnxp_port_write(port, SCCNXP_MR_REG, mr1);
sccnxp_port_write  692 drivers/tty/serial/sccnxp.c 	sccnxp_port_write(port, SCCNXP_MR_REG, mr2);
sccnxp_port_write  724 drivers/tty/serial/sccnxp.c 	sccnxp_port_write(port, SCCNXP_CR_REG, CR_RX_ENABLE | CR_TX_ENABLE);
sccnxp_port_write  742 drivers/tty/serial/sccnxp.c 	sccnxp_port_write(port, SCCNXP_CR_REG, CR_CMD_RX_RESET);
sccnxp_port_write  743 drivers/tty/serial/sccnxp.c 	sccnxp_port_write(port, SCCNXP_CR_REG, CR_CMD_TX_RESET);
sccnxp_port_write  744 drivers/tty/serial/sccnxp.c 	sccnxp_port_write(port, SCCNXP_CR_REG, CR_CMD_STATUS_RESET);
sccnxp_port_write  745 drivers/tty/serial/sccnxp.c 	sccnxp_port_write(port, SCCNXP_CR_REG, CR_CMD_BREAK_RESET);
sccnxp_port_write  748 drivers/tty/serial/sccnxp.c 	sccnxp_port_write(port, SCCNXP_CR_REG, CR_RX_ENABLE | CR_TX_ENABLE);
sccnxp_port_write  773 drivers/tty/serial/sccnxp.c 	sccnxp_port_write(port, SCCNXP_CR_REG, CR_RX_DISABLE | CR_TX_DISABLE);
sccnxp_port_write  841 drivers/tty/serial/sccnxp.c 			sccnxp_port_write(port, SCCNXP_THR_REG, c);