Symbol: SCCNXP_CR_REG
drivers/tty/serial/sccnxp.c
339
sccnxp_port_write(port, SCCNXP_CR_REG, CR_CMD_MRPTR0);
drivers/tty/serial/sccnxp.c
401
sccnxp_port_write(port, SCCNXP_CR_REG,
drivers/tty/serial/sccnxp.c
411
sccnxp_port_write(port, SCCNXP_CR_REG,
drivers/tty/serial/sccnxp.c
551
sccnxp_port_write(port, SCCNXP_CR_REG, CR_RX_DISABLE);
drivers/tty/serial/sccnxp.c
634
sccnxp_port_write(port, SCCNXP_CR_REG, break_state ?
drivers/tty/serial/sccnxp.c
654
sccnxp_port_write(port, SCCNXP_CR_REG, CR_CMD_RX_RESET |
drivers/tty/serial/sccnxp.c
656
sccnxp_port_write(port, SCCNXP_CR_REG, CR_CMD_TX_RESET);
drivers/tty/serial/sccnxp.c
657
sccnxp_port_write(port, SCCNXP_CR_REG, CR_CMD_STATUS_RESET);
drivers/tty/serial/sccnxp.c
658
sccnxp_port_write(port, SCCNXP_CR_REG, CR_CMD_BREAK_RESET);
drivers/tty/serial/sccnxp.c
688
sccnxp_port_write(port, SCCNXP_CR_REG, CR_CMD_MRPTR1);
drivers/tty/serial/sccnxp.c
722
sccnxp_port_write(port, SCCNXP_CR_REG, CR_RX_ENABLE | CR_TX_ENABLE);
drivers/tty/serial/sccnxp.c
740
sccnxp_port_write(port, SCCNXP_CR_REG, CR_CMD_RX_RESET);
drivers/tty/serial/sccnxp.c
741
sccnxp_port_write(port, SCCNXP_CR_REG, CR_CMD_TX_RESET);
drivers/tty/serial/sccnxp.c
742
sccnxp_port_write(port, SCCNXP_CR_REG, CR_CMD_STATUS_RESET);
drivers/tty/serial/sccnxp.c
743
sccnxp_port_write(port, SCCNXP_CR_REG, CR_CMD_BREAK_RESET);
drivers/tty/serial/sccnxp.c
746
sccnxp_port_write(port, SCCNXP_CR_REG, CR_RX_ENABLE | CR_TX_ENABLE);
drivers/tty/serial/sccnxp.c
771
sccnxp_port_write(port, SCCNXP_CR_REG, CR_RX_DISABLE | CR_TX_DISABLE);