Searched refs:SCCNXP_CR_REG (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/tty/serial/
H A Dsccnxp.c62 #define SCCNXP_CR_REG (0x02) macro
309 sccnxp_port_write(port, SCCNXP_CR_REG, CR_CMD_MRPTR0); sccnxp_set_baud()
372 sccnxp_port_write(port, SCCNXP_CR_REG, sccnxp_handle_rx()
382 sccnxp_port_write(port, SCCNXP_CR_REG, sccnxp_handle_rx()
519 sccnxp_port_write(port, SCCNXP_CR_REG, CR_RX_DISABLE); sccnxp_stop_rx()
602 sccnxp_port_write(port, SCCNXP_CR_REG, break_state ? sccnxp_break_ctl()
621 sccnxp_port_write(port, SCCNXP_CR_REG, CR_CMD_RX_RESET | sccnxp_set_termios()
623 sccnxp_port_write(port, SCCNXP_CR_REG, CR_CMD_TX_RESET); sccnxp_set_termios()
624 sccnxp_port_write(port, SCCNXP_CR_REG, CR_CMD_STATUS_RESET); sccnxp_set_termios()
625 sccnxp_port_write(port, SCCNXP_CR_REG, CR_CMD_BREAK_RESET); sccnxp_set_termios()
655 sccnxp_port_write(port, SCCNXP_CR_REG, CR_CMD_MRPTR1); sccnxp_set_termios()
689 sccnxp_port_write(port, SCCNXP_CR_REG, CR_RX_ENABLE | CR_TX_ENABLE); sccnxp_set_termios()
707 sccnxp_port_write(port, SCCNXP_CR_REG, CR_CMD_RX_RESET); sccnxp_startup()
708 sccnxp_port_write(port, SCCNXP_CR_REG, CR_CMD_TX_RESET); sccnxp_startup()
709 sccnxp_port_write(port, SCCNXP_CR_REG, CR_CMD_STATUS_RESET); sccnxp_startup()
710 sccnxp_port_write(port, SCCNXP_CR_REG, CR_CMD_BREAK_RESET); sccnxp_startup()
713 sccnxp_port_write(port, SCCNXP_CR_REG, CR_RX_ENABLE | CR_TX_ENABLE); sccnxp_startup()
738 sccnxp_port_write(port, SCCNXP_CR_REG, CR_RX_DISABLE | CR_TX_DISABLE); sccnxp_shutdown()

Completed in 47 milliseconds