Searched refs:sccnxp_port_write (Results 1 - 1 of 1) sorted by relevance
/linux-4.4.14/drivers/tty/serial/ |
H A D | sccnxp.c | 230 static inline void sccnxp_port_write(struct uart_port *port, u8 reg, u8 v) sccnxp_port_write() function 309 sccnxp_port_write(port, SCCNXP_CR_REG, CR_CMD_MRPTR0); sccnxp_set_baud() 310 sccnxp_port_write(port, SCCNXP_MR_REG, mr0); sccnxp_set_baud() 313 sccnxp_port_write(port, SCCNXP_ACR_REG, acr | ACR_TIMER_MODE); sccnxp_set_baud() 314 sccnxp_port_write(port, SCCNXP_CSR_REG, (csr << 4) | csr); 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() 416 sccnxp_port_write(port, SCCNXP_THR_REG, port->x_char); sccnxp_handle_tx() 439 sccnxp_port_write(port, SCCNXP_THR_REG, xmit->buf[xmit->tail]); sccnxp_handle_tx() 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() 656 sccnxp_port_write(port, SCCNXP_MR_REG, mr1); sccnxp_set_termios() 657 sccnxp_port_write(port, SCCNXP_MR_REG, mr2); 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() 806 sccnxp_port_write(port, SCCNXP_THR_REG, c); sccnxp_console_putchar()
|
Completed in 39 milliseconds