Home
last modified time | relevance | path

Searched refs:max310x_port_write (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/tty/serial/
H A Dmax310x.c320 static void max310x_port_write(struct uart_port *port, u8 reg, u8 val) in max310x_port_write() function
573 max310x_port_write(port, MAX310X_BRGDIVMSB_REG, div >> 8); in max310x_set_baud()
574 max310x_port_write(port, MAX310X_BRGDIVLSB_REG, div); in max310x_set_baud()
575 max310x_port_write(port, MAX310X_BRGCFG_REG, frac | mode); in max310x_set_baud()
786 max310x_port_write(port, MAX310X_THR_REG, port->x_char); in max310x_handle_tx()
963 max310x_port_write(port, MAX310X_LCR_REG, lcr); in max310x_set_termios()
984 max310x_port_write(port, MAX310X_XON1_REG, termios->c_cc[VSTART]); in max310x_set_termios()
985 max310x_port_write(port, MAX310X_XOFF1_REG, termios->c_cc[VSTOP]); in max310x_set_termios()
1012 max310x_port_write(port, MAX310X_FLOWCTRL_REG, flow); in max310x_set_termios()
1042 max310x_port_write(&one->port, MAX310X_HDPIXDELAY_REG, delay); in max310x_rs_proc()
[all …]