Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/serial/
H A Dxr_usb_serial_hal.c424 xr_usb_serial_set_reg(xr_usb_serial,xr_usb_serial->reg_map.uart_gpio_set_addr, 0x08); in xr_usb_serial_set_control()
429 xr_usb_serial_set_reg(xr_usb_serial,xr_usb_serial->reg_map.uart_gpio_set_addr, 0x20); in xr_usb_serial_set_control()
700 xr_usb_serial_set_reg(xr_usb_serial, xr_usb_serial->reg_map.uart_gpio_set_addr, 0x08); in xr_usb_serial_tiocmset()
705 xr_usb_serial_set_reg(xr_usb_serial, xr_usb_serial->reg_map.uart_gpio_set_addr, 0x20); in xr_usb_serial_tiocmset()
725 xr21b140x_reg_map.uart_gpio_set_addr = 0x0e; in init_xr21b140x_reg_map()
741 xr21b1411_reg_map.uart_gpio_set_addr = 0xc0e; in init_xr21b1411_reg_map()
758 xr21v141x_reg_map.uart_gpio_set_addr = 0x1d; in init_xr21v141x_reg_map()
773 xr21b142x_reg_map.uart_gpio_set_addr = 0x0e; in init_xr21b142x_reg_map()
818 …xr_usb_serial_set_reg(xr_usb_serial, xr_usb_serial->reg_map.uart_gpio_set_addr, UART_GPIO_SET_DTR … in xr_usb_serial_pre_setup()
H A Dxr_usb_serial_common.h104 unsigned int uart_gpio_set_addr; member
H A Dxr_usb_serial_common.c1252 rv = xr_usb_serial_set_reg(xr_usb_serial, xr_usb_serial->reg_map.uart_gpio_set_addr, tmp); in xr_usb_gpio_set()