Lines Matching refs:sc_lcr
590 sc->sc_lcr = cflag2lcr(comcons_info.cflag);
1413 SET(sc->sc_lcr, LCR_SBREAK);
1415 CLR(sc->sc_lcr, LCR_SBREAK);
1602 lcr = ISSET(sc->sc_lcr, LCR_SBREAK) | cflag2lcr(t->c_cflag);
1606 sc->sc_lcr = lcr;
1832 CSR_WRITE_1(regsp, COM_REG_LCR, sc->sc_lcr | LCR_DLAB);
1836 CSR_WRITE_1(regsp, COM_REG_LCR, sc->sc_lcr);
2236 CSR_WRITE_1(regsp, COM_REG_LCR, sc->sc_lcr);
2247 CSR_WRITE_1(regsp, COM_REG_LCR, sc->sc_lcr | LCR_DLAB);
2250 CSR_WRITE_1(regsp, COM_REG_LCR, sc->sc_lcr);
2268 CSR_WRITE_1(regsp, COM_REG_LCR, sc->sc_lcr | LCR_DLAB);
2271 CSR_WRITE_1(regsp, COM_REG_LCR, sc->sc_lcr);