Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/usb/serial/
Dark3116.c77 static int ark3116_write_reg(struct usb_serial *serial, in ark3116_write_reg() function
141 ark3116_write_reg(serial, UART_IER, 0); in ark3116_port_probe()
143 ark3116_write_reg(serial, UART_FCR, 0); in ark3116_port_probe()
146 ark3116_write_reg(serial, 0x8 , 0); in ark3116_port_probe()
149 ark3116_write_reg(serial, UART_MCR, 0); in ark3116_port_probe()
152 ark3116_write_reg(serial, 0xb , 0); in ark3116_port_probe()
154 ark3116_write_reg(serial, 0xb , 1); in ark3116_port_probe()
155 ark3116_write_reg(serial, 0xc , 0); in ark3116_port_probe()
156 ark3116_write_reg(serial, 0xd , 0x41); in ark3116_port_probe()
157 ark3116_write_reg(serial, 0xa , 1); in ark3116_port_probe()
[all …]