Symbol: sccnxp_port_write
drivers/tty/serial/sccnxp.c
316
sccnxp_port_write(port, SCCNXP_CTPU_REG, div_std >> 8);
drivers/tty/serial/sccnxp.c
317
sccnxp_port_write(port, SCCNXP_CTPL_REG, div_std);
drivers/tty/serial/sccnxp.c
340
sccnxp_port_write(port, SCCNXP_CR_REG, CR_CMD_MRPTR0);
drivers/tty/serial/sccnxp.c
341
sccnxp_port_write(port, SCCNXP_MR_REG, mr0);
drivers/tty/serial/sccnxp.c
344
sccnxp_port_write(port, SCCNXP_ACR_REG, acr | ACR_TIMER_MODE);
drivers/tty/serial/sccnxp.c
345
sccnxp_port_write(port, SCCNXP_CSR_REG, (csr << 4) | csr);
drivers/tty/serial/sccnxp.c
402
sccnxp_port_write(port, SCCNXP_CR_REG,
drivers/tty/serial/sccnxp.c
412
sccnxp_port_write(port, SCCNXP_CR_REG,
drivers/tty/serial/sccnxp.c
446
sccnxp_port_write(port, SCCNXP_THR_REG, port->x_char);
drivers/tty/serial/sccnxp.c
474
sccnxp_port_write(port, SCCNXP_THR_REG, ch);
drivers/tty/serial/sccnxp.c
552
sccnxp_port_write(port, SCCNXP_CR_REG, CR_RX_DISABLE);
drivers/tty/serial/sccnxp.c
635
sccnxp_port_write(port, SCCNXP_CR_REG, break_state ?
drivers/tty/serial/sccnxp.c
655
sccnxp_port_write(port, SCCNXP_CR_REG, CR_CMD_RX_RESET |
drivers/tty/serial/sccnxp.c
657
sccnxp_port_write(port, SCCNXP_CR_REG, CR_CMD_TX_RESET);
drivers/tty/serial/sccnxp.c
658
sccnxp_port_write(port, SCCNXP_CR_REG, CR_CMD_STATUS_RESET);
drivers/tty/serial/sccnxp.c
659
sccnxp_port_write(port, SCCNXP_CR_REG, CR_CMD_BREAK_RESET);
drivers/tty/serial/sccnxp.c
689
sccnxp_port_write(port, SCCNXP_CR_REG, CR_CMD_MRPTR1);
drivers/tty/serial/sccnxp.c
690
sccnxp_port_write(port, SCCNXP_MR_REG, mr1);
drivers/tty/serial/sccnxp.c
691
sccnxp_port_write(port, SCCNXP_MR_REG, mr2);
drivers/tty/serial/sccnxp.c
723
sccnxp_port_write(port, SCCNXP_CR_REG, CR_RX_ENABLE | CR_TX_ENABLE);
drivers/tty/serial/sccnxp.c
741
sccnxp_port_write(port, SCCNXP_CR_REG, CR_CMD_RX_RESET);
drivers/tty/serial/sccnxp.c
742
sccnxp_port_write(port, SCCNXP_CR_REG, CR_CMD_TX_RESET);
drivers/tty/serial/sccnxp.c
743
sccnxp_port_write(port, SCCNXP_CR_REG, CR_CMD_STATUS_RESET);
drivers/tty/serial/sccnxp.c
744
sccnxp_port_write(port, SCCNXP_CR_REG, CR_CMD_BREAK_RESET);
drivers/tty/serial/sccnxp.c
747
sccnxp_port_write(port, SCCNXP_CR_REG, CR_RX_ENABLE | CR_TX_ENABLE);
drivers/tty/serial/sccnxp.c
772
sccnxp_port_write(port, SCCNXP_CR_REG, CR_RX_DISABLE | CR_TX_DISABLE);
drivers/tty/serial/sccnxp.c
840
sccnxp_port_write(port, SCCNXP_THR_REG, c);