Searched refs:max310x_port_write (Results 1 – 1 of 1) sorted by relevance
| /Linux-v6.6/drivers/tty/serial/ |
| D | max310x.c | 312 static void max310x_port_write(struct uart_port *port, u8 reg, u8 val) in max310x_port_write() function 565 max310x_port_write(port, MAX310X_BRGDIVMSB_REG, div >> 8); in max310x_set_baud() 566 max310x_port_write(port, MAX310X_BRGDIVLSB_REG, div); in max310x_set_baud() 567 max310x_port_write(port, MAX310X_BRGCFG_REG, frac | mode); in max310x_set_baud() 770 max310x_port_write(port, MAX310X_THR_REG, port->x_char); in max310x_handle_tx() 947 max310x_port_write(port, MAX310X_LCR_REG, lcr); in max310x_set_termios() 968 max310x_port_write(port, MAX310X_XON1_REG, termios->c_cc[VSTART]); in max310x_set_termios() 969 max310x_port_write(port, MAX310X_XOFF1_REG, termios->c_cc[VSTOP]); in max310x_set_termios() 996 max310x_port_write(port, MAX310X_FLOWCTRL_REG, flow); in max310x_set_termios() 1026 max310x_port_write(&one->port, MAX310X_HDPIXDELAY_REG, delay); in max310x_rs_proc() [all …]
|