Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/serial/
H A Dxr_usb_serial_hal.c544 …ret = xr_usb_serial_set_reg(xr_usb_serial,xr_usb_serial->reg_map.uart_enable_addr,UART_ENABLE_TX |… in xr_usb_serial_enable()
549 …ret = xr_usb_serial_set_reg(xr_usb_serial,xr_usb_serial->reg_map.uart_enable_addr,UART_ENABLE_TX |… in xr_usb_serial_enable()
577 ret = xr_usb_serial_set_reg(xr_usb_serial,xr_usb_serial->reg_map.uart_enable_addr,0); in xr_usb_serial_disable()
717 xr21b140x_reg_map.uart_enable_addr = 0x00; in init_xr21b140x_reg_map()
734 xr21b1411_reg_map.uart_enable_addr = 0xc00; in init_xr21b1411_reg_map()
750 xr21v141x_reg_map.uart_enable_addr = 0x03; in init_xr21v141x_reg_map()
766 xr21b142x_reg_map.uart_enable_addr = 0x00; in init_xr21b142x_reg_map()
H A Dxr_usb_serial_common.h96 unsigned int uart_enable_addr; member