Searched refs:SCCNXP_CR_REG (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/tty/serial/ |
| H A D | sccnxp.c | 56 #define SCCNXP_CR_REG (0x02) macro 339 sccnxp_port_write(port, SCCNXP_CR_REG, CR_CMD_MRPTR0); in sccnxp_set_baud() 401 sccnxp_port_write(port, SCCNXP_CR_REG, in sccnxp_handle_rx() 411 sccnxp_port_write(port, SCCNXP_CR_REG, in sccnxp_handle_rx() 551 sccnxp_port_write(port, SCCNXP_CR_REG, CR_RX_DISABLE); in sccnxp_stop_rx() 634 sccnxp_port_write(port, SCCNXP_CR_REG, break_state ? in sccnxp_break_ctl() 654 sccnxp_port_write(port, SCCNXP_CR_REG, CR_CMD_RX_RESET | in sccnxp_set_termios() 656 sccnxp_port_write(port, SCCNXP_CR_REG, CR_CMD_TX_RESET); in sccnxp_set_termios() 657 sccnxp_port_write(port, SCCNXP_CR_REG, CR_CMD_STATUS_RESET); in sccnxp_set_termios() 658 sccnxp_port_write(port, SCCNXP_CR_REG, CR_CMD_BREAK_RESET); in sccnxp_set_termios() [all …]
|