Searched refs:sccnxp_port_write (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.4/drivers/tty/serial/ |
D | sccnxp.c | 253 static void sccnxp_port_write(struct uart_port *port, u8 reg, u8 v) in sccnxp_port_write() function 320 sccnxp_port_write(port, SCCNXP_CTPU_REG, div_std >> 8); in sccnxp_set_baud() 321 sccnxp_port_write(port, SCCNXP_CTPL_REG, div_std); in sccnxp_set_baud() 344 sccnxp_port_write(port, SCCNXP_CR_REG, CR_CMD_MRPTR0); in sccnxp_set_baud() 345 sccnxp_port_write(port, SCCNXP_MR_REG, mr0); in sccnxp_set_baud() 348 sccnxp_port_write(port, SCCNXP_ACR_REG, acr | ACR_TIMER_MODE); in sccnxp_set_baud() 349 sccnxp_port_write(port, SCCNXP_CSR_REG, (csr << 4) | csr); in sccnxp_set_baud() 407 sccnxp_port_write(port, SCCNXP_CR_REG, in sccnxp_handle_rx() 417 sccnxp_port_write(port, SCCNXP_CR_REG, in sccnxp_handle_rx() 451 sccnxp_port_write(port, SCCNXP_THR_REG, port->x_char); in sccnxp_handle_tx() [all …]
|