Symbol: SCCNXP_CR_REG
drivers/tty/serial/sccnxp.c
340
sccnxp_port_write(port, SCCNXP_CR_REG, CR_CMD_MRPTR0);
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
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
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);