/src/sys/dev/ic/ |
com.c | 157 static u_char cflag2lcr(tcflag_t); 590 sc->sc_lcr = cflag2lcr(comcons_info.cflag); 1518 cflag2lcr(tcflag_t cflag) function in typeref:typename:u_char 1602 lcr = ISSET(sc->sc_lcr, LCR_SBREAK) | cflag2lcr(t->c_cflag); 2592 CSR_WRITE_1(regsp, COM_REG_LCR, cflag2lcr(cflag));
|
/src/sys/arch/arm/s3c2xx0/ |
sscom.c | 997 cflag2lcr(tcflag_t cflag) function in typeref:typename:int 1064 lcr = cflag2lcr(t->c_cflag); 1840 bus_space_write_2(iot, ioh, SSCOM_ULCON, cflag2lcr(cflag));
|
/src/sys/arch/evbarm/dev/ |
plcom.c | 157 static uint32_t cflag2lcr (tcflag_t); 1372 cflag2lcr(tcflag_t cflag) function in typeref:typename:uint32_t 1448 lcr = ISSET(sc->sc_lcr, PL01X_LCR_BRK) | cflag2lcr(t->c_cflag); 2496 lcr = cflag2lcr(cflag) | PL01X_LCR_FEN;
|
/src/sys/arch/sh3/dev/ |
scif.c | 621 lcr = ISSET(sc->sc_lcr, LCR_SBREAK) | cflag2lcr(t->c_cflag);
|
sci.c | 524 lcr = ISSET(sc->sc_lcr, LCR_SBREAK) | cflag2lcr(t->c_cflag);
|
/src/sys/arch/mips/sibyte/dev/ |
sbscn.c | 1777 bus_space_write_1(iot, ioh, com_lcr, cflag2lcr(cflag));
|