Lines Matching refs:xr_set_reg_uart

303 static int xr_set_reg_uart(struct usb_serial_port *port, u16 reg, u16 val)  in xr_set_reg_uart()  function
331 return xr_set_reg_uart(port, data->type->uart_enable, in __xr_uart_enable()
339 return xr_set_reg_uart(port, data->type->uart_enable, 0); in __xr_uart_disable()
427 ret = xr_set_reg_uart(port, data->type->tx_fifo_reset, XR_FIFO_RESET); in xr_fifo_reset()
431 ret = xr_set_reg_uart(port, data->type->rx_fifo_reset, XR_FIFO_RESET); in xr_fifo_reset()
484 ret = xr_set_reg_uart(port, type->gpio_clear, gpio_clr); in xr_tiocmset_port()
487 ret = xr_set_reg_uart(port, type->gpio_set, gpio_set); in xr_tiocmset_port()
522 return xr_set_reg_uart(port, type->tx_break, state); in xr_break_ctl()
587 ret = xr_set_reg_uart(port, XR21V141X_CLOCK_DIVISOR_0, in xr21v141x_set_baudrate()
592 ret = xr_set_reg_uart(port, XR21V141X_CLOCK_DIVISOR_1, in xr21v141x_set_baudrate()
597 ret = xr_set_reg_uart(port, XR21V141X_CLOCK_DIVISOR_2, in xr21v141x_set_baudrate()
602 ret = xr_set_reg_uart(port, XR21V141X_TX_CLOCK_MASK_0, in xr21v141x_set_baudrate()
607 ret = xr_set_reg_uart(port, XR21V141X_TX_CLOCK_MASK_1, in xr21v141x_set_baudrate()
612 ret = xr_set_reg_uart(port, XR21V141X_RX_CLOCK_MASK_0, in xr21v141x_set_baudrate()
617 ret = xr_set_reg_uart(port, XR21V141X_RX_CLOCK_MASK_1, in xr21v141x_set_baudrate()
672 xr_set_reg_uart(port, type->xon_char, start_char); in xr_set_flow_mode()
673 xr_set_reg_uart(port, type->xoff_char, stop_char); in xr_set_flow_mode()
679 xr_set_reg_uart(port, type->flow_control, flow); in xr_set_flow_mode()
680 xr_set_reg_uart(port, type->gpio_mode, gpio_mode); in xr_set_flow_mode()
744 ret = xr_set_reg_uart(port, XR21V141X_REG_FORMAT, bits); in xr21v141x_set_line_settings()
992 ret = xr_set_reg_uart(port, type->gpio_mode, mode); in xr_gpio_init()
1001 ret = xr_set_reg_uart(port, type->gpio_direction, mask); in xr_gpio_init()
1005 ret = xr_set_reg_uart(port, type->gpio_set, mask); in xr_gpio_init()
1038 ret = xr_set_reg_uart(port, type->custom_driver, in xr_port_probe()