Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/serial/
H A Dxr_usb_serial_hal.c100 int xr_usb_serial_set_reg_ext(struct xr_usb_serial *xr_usb_serial,int channel,int regnum, int value) in xr_usb_serial_set_reg_ext() function
543 …ret = xr_usb_serial_set_reg_ext(xr_usb_serial,URM_REG_BLOCK,URM_ENABLE_BASE + channel,URM_ENABLE_0… in xr_usb_serial_enable()
545 …ret = xr_usb_serial_set_reg_ext(xr_usb_serial,URM_REG_BLOCK,URM_ENABLE_BASE + channel,URM_ENABLE_0… in xr_usb_serial_enable()
565 …ret = xr_usb_serial_set_reg_ext(xr_usb_serial,URM_REG_BLOCK,URM_RESET_RX_FIFO_BASE + channel,0xff); in xr_usb_serial_fifo_reset()
566 …ret |= xr_usb_serial_set_reg_ext(xr_usb_serial,URM_REG_BLOCK,URM_RESET_TX_FIFO_BASE + channel,0xff… in xr_usb_serial_fifo_reset()
582 …ret = xr_usb_serial_set_reg_ext(xr_usb_serial,URM_REG_BLOCK,URM_ENABLE_BASE + channel,URM_ENABLE_0… in xr_usb_serial_disable()
600 ret = xr_usb_serial_set_reg_ext(xr_usb_serial,channel, in xr_usb_serial_set_loopback()
604 ret = xr_usb_serial_set_reg_ext(xr_usb_serial,channel, in xr_usb_serial_set_loopback()
608 ret = xr_usb_serial_set_reg_ext(xr_usb_serial,channel, in xr_usb_serial_set_loopback()
612 ret = xr_usb_serial_set_reg_ext(xr_usb_serial,channel, in xr_usb_serial_set_loopback()
[all …]
H A Dxr_usb_serial_common.c966 rv = xr_usb_serial_set_reg_ext(xr_usb_serial,channel,reg, val); in xr_usb_serial_tty_ioctl()
995 …rv = xr_usb_serial_set_reg_ext(xr_usb_serial,channel,xr_usb_serial->reg_map.uart_gpio_mode_addr, v… in xr_usb_serial_tty_ioctl()