Lines Matching defs:lcr
568 uint8_t lcr;
750 lcr = CSR_READ_1(regsp, COM_REG_LCR);
755 lcr | LCR_DLAB);
766 CSR_WRITE_1(regsp, COM_REG_LCR, lcr);
788 lcr = CSR_READ_1(regsp, COM_REG_LCR);
790 lcr & ~LCR_DLAB);
795 CSR_WRITE_1(regsp, COM_REG_LCR, lcr | LCR_DLAB);
800 CSR_WRITE_1(regsp, COM_REG_LCR, lcr);
1608 u_char lcr = 0;
1612 SET(lcr, LCR_5BITS);
1615 SET(lcr, LCR_6BITS);
1618 SET(lcr, LCR_7BITS);
1621 SET(lcr, LCR_8BITS);
1625 SET(lcr, LCR_PENAB);
1627 SET(lcr, LCR_PEVEN);
1630 SET(lcr, LCR_STOPB);
1632 return (lcr);
1641 u_char lcr;
1704 lcr = ISSET(sc->sc_lcr, LCR_SBREAK) | cflag2lcr(t->c_cflag);
1708 sc->sc_lcr = lcr;