f81534_update_mctrl
return f81534_update_mctrl(port, set, clear);
f81534_update_mctrl(port, TIOCM_DTR | TIOCM_RTS, 0);
f81534_update_mctrl(port, 0, TIOCM_DTR | TIOCM_RTS);
f81534_update_mctrl(port, 0, TIOCM_DTR | TIOCM_RTS);
f81534_update_mctrl(port, TIOCM_DTR | TIOCM_RTS, 0);