cflag2lcr
lcr = cflag2lcr(t->c_cflag);
bus_space_write_2(iot, ioh, SSCOM_ULCON, cflag2lcr(cflag));
lcr = ISSET(sc->sc_lcr, PL01X_LCR_BRK) | cflag2lcr(t->c_cflag);
static uint32_t cflag2lcr (tcflag_t);
lcr = cflag2lcr(cflag) | PL01X_LCR_FEN;
bus_space_write_1(iot, ioh, com_lcr, cflag2lcr(cflag));
lcr = ISSET(sc->sc_lcr, LCR_SBREAK) | cflag2lcr(t->c_cflag);
lcr = ISSET(sc->sc_lcr, LCR_SBREAK) | cflag2lcr(t->c_cflag);
static u_char cflag2lcr(tcflag_t);
lcr = ISSET(sc->sc_lcr, LCR_SBREAK) | cflag2lcr(t->c_cflag);
CSR_WRITE_1(regsp, COM_REG_LCR, cflag2lcr(cflag));
sc->sc_lcr = cflag2lcr(comcons_info.cflag);