Lines Matching defs:sccnxp_port_write
249 static void sccnxp_port_write(struct uart_port *port, u8 reg, u8 v)
316 sccnxp_port_write(port, SCCNXP_CTPU_REG, div_std >> 8);
317 sccnxp_port_write(port, SCCNXP_CTPL_REG, div_std);
340 sccnxp_port_write(port, SCCNXP_CR_REG, CR_CMD_MRPTR0);
341 sccnxp_port_write(port, SCCNXP_MR_REG, mr0);
344 sccnxp_port_write(port, SCCNXP_ACR_REG, acr | ACR_TIMER_MODE);
345 sccnxp_port_write(port, SCCNXP_CSR_REG, (csr << 4) | csr);
403 sccnxp_port_write(port, SCCNXP_CR_REG,
413 sccnxp_port_write(port, SCCNXP_CR_REG,
447 sccnxp_port_write(port, SCCNXP_THR_REG, port->x_char);
470 sccnxp_port_write(port, SCCNXP_THR_REG, xmit->buf[xmit->tail]);
550 sccnxp_port_write(port, SCCNXP_CR_REG, CR_RX_DISABLE);
633 sccnxp_port_write(port, SCCNXP_CR_REG, break_state ?
652 sccnxp_port_write(port, SCCNXP_CR_REG, CR_CMD_RX_RESET |
654 sccnxp_port_write(port, SCCNXP_CR_REG, CR_CMD_TX_RESET);
655 sccnxp_port_write(port, SCCNXP_CR_REG, CR_CMD_STATUS_RESET);
656 sccnxp_port_write(port, SCCNXP_CR_REG, CR_CMD_BREAK_RESET);
686 sccnxp_port_write(port, SCCNXP_CR_REG, CR_CMD_MRPTR1);
687 sccnxp_port_write(port, SCCNXP_MR_REG, mr1);
688 sccnxp_port_write(port, SCCNXP_MR_REG, mr2);
720 sccnxp_port_write(port, SCCNXP_CR_REG, CR_RX_ENABLE | CR_TX_ENABLE);
738 sccnxp_port_write(port, SCCNXP_CR_REG, CR_CMD_RX_RESET);
739 sccnxp_port_write(port, SCCNXP_CR_REG, CR_CMD_TX_RESET);
740 sccnxp_port_write(port, SCCNXP_CR_REG, CR_CMD_STATUS_RESET);
741 sccnxp_port_write(port, SCCNXP_CR_REG, CR_CMD_BREAK_RESET);
744 sccnxp_port_write(port, SCCNXP_CR_REG, CR_RX_ENABLE | CR_TX_ENABLE);
769 sccnxp_port_write(port, SCCNXP_CR_REG, CR_RX_DISABLE | CR_TX_DISABLE);
837 sccnxp_port_write(port, SCCNXP_THR_REG, c);