Searched refs:open_settings (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/usb/serial/ |
H A D | ti_usb_3410_5052.c | 647 u16 open_settings; in ti_open() local 649 open_settings = (TI_PIPE_MODE_CONTINUOUS | in ti_open() 683 status = ti_port_cmd_out(port, TI_OPEN_PORT, open_settings, NULL, 0); in ti_open() 718 status = ti_port_cmd_out(port, TI_OPEN_PORT, open_settings, NULL, 0); in ti_open()
|
H A D | io_ti.c | 1841 u16 open_settings; in edge_open() local 1871 open_settings = (u8)(UMP_DMA_MODE_CONTINOUS | in edge_open() 1878 status = send_port_cmd(port, UMPC_OPEN_PORT, open_settings, NULL, 0); in edge_open()
|