Searched refs:sccnxp_port_write (Results 1 – 1 of 1) sorted by relevance
| /linux-4.4.14/drivers/tty/serial/ |
| D | sccnxp.c | 230 static inline void sccnxp_port_write(struct uart_port *port, u8 reg, u8 v) in sccnxp_port_write() function 309 sccnxp_port_write(port, SCCNXP_CR_REG, CR_CMD_MRPTR0); in sccnxp_set_baud() 310 sccnxp_port_write(port, SCCNXP_MR_REG, mr0); in sccnxp_set_baud() 313 sccnxp_port_write(port, SCCNXP_ACR_REG, acr | ACR_TIMER_MODE); in sccnxp_set_baud() 314 sccnxp_port_write(port, SCCNXP_CSR_REG, (csr << 4) | csr); in sccnxp_set_baud() 372 sccnxp_port_write(port, SCCNXP_CR_REG, in sccnxp_handle_rx() 382 sccnxp_port_write(port, SCCNXP_CR_REG, in sccnxp_handle_rx() 416 sccnxp_port_write(port, SCCNXP_THR_REG, port->x_char); in sccnxp_handle_tx() 439 sccnxp_port_write(port, SCCNXP_THR_REG, xmit->buf[xmit->tail]); in sccnxp_handle_tx() 519 sccnxp_port_write(port, SCCNXP_CR_REG, CR_RX_DISABLE); in sccnxp_stop_rx() [all …]
|