Searched defs:ti_do_config (Results 1 - 1 of 1) sorted by relevance

/drivers/usb/serial/
H A Dio_ti.c1383 static int ti_do_config(struct edgeport_port *port, int feature, int on) function
1400 status = ti_do_config(port, UMPC_SET_CLR_DTR, mcr & MCR_DTR);
1403 status = ti_do_config(port, UMPC_SET_CLR_RTS, mcr & MCR_RTS);
1406 return ti_do_config(port, UMPC_SET_CLR_LOOPBACK, mcr & MCR_LOOPBACK);
1725 status = ti_do_config(edge_port, UMPC_SET_CLR_LOOPBACK, 0);
2370 status = ti_do_config(edge_port, UMPC_SET_CLR_BREAK, bv);

Completed in 51 milliseconds