Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/serial/
H A Dxr_usb_serial_hal.c729 xr21b140x_reg_map.uart_custom_driver = 0x41; in init_xr21b140x_reg_map()
745 xr21b1411_reg_map.uart_custom_driver = 0x20d; in init_xr21b1411_reg_map()
777 xr21b142x_reg_map.uart_custom_driver = 0x60; in init_xr21b142x_reg_map()
813 if(xr_usb_serial->reg_map.uart_custom_driver) in xr_usb_serial_pre_setup()
814 xr_usb_serial_set_reg(xr_usb_serial, xr_usb_serial->reg_map.uart_custom_driver, 1); in xr_usb_serial_pre_setup()
H A Dxr_usb_serial_common.h108 unsigned int uart_custom_driver; member