Lines Matching defs:lcr
538 uint8_t lcr;
691 * IIR changes into the EFR if LCR is set to LCR_EERS
702 lcr = CSR_READ_1(regsp, COM_REG_LCR);
707 lcr | LCR_DLAB);
718 CSR_WRITE_1(regsp, COM_REG_LCR, lcr);
740 lcr = CSR_READ_1(regsp, COM_REG_LCR);
742 lcr & ~LCR_DLAB);
747 CSR_WRITE_1(regsp, COM_REG_LCR, lcr | LCR_DLAB);
752 CSR_WRITE_1(regsp, COM_REG_LCR, lcr);
1520 u_char lcr = 0;
1524 SET(lcr, LCR_5BITS);
1527 SET(lcr, LCR_6BITS);
1530 SET(lcr, LCR_7BITS);
1533 SET(lcr, LCR_8BITS);
1537 SET(lcr, LCR_PENAB);
1539 SET(lcr, LCR_PEVEN);
1542 SET(lcr, LCR_STOPB);
1544 return (lcr);
1553 u_char lcr;
1602 lcr = ISSET(sc->sc_lcr, LCR_SBREAK) | cflag2lcr(t->c_cflag);
1606 sc->sc_lcr = lcr;