asy_clr
static void asy_clr(const struct asycom *, asy_reg_t, uint8_t);
(void) asy_clr(asy, ASY_LCR, ASY_LCR_SETBRK);
asy_clr(asy, ASY_LCR, ASY_LCR_DLAB);
asy_clr(asy, ASY_LCR, ASY_LCR_WLS0 | ASY_LCR_WLS1 |
asy_clr(asy, ASY_MCR, ASY_MCR_DTR);
asy_clr(asy, ASY_LCR, ASY_LCR_SETBRK);
asy_clr(asy, ASY_LCR, ASY_LCR_SETBRK);
asy_clr(asy, ASY_IER, intr);
asy_clr(asy, ASY_LCR, ASY_LCR_DLAB);