Home | History | Annotate | Download | only in ep93xx

Lines Matching refs:sc_ctrl

416 	if (!ISSET(sc->sc_ctrl, Ctrl_TIE)) {
417 SET(sc->sc_ctrl, Ctrl_TIE);
444 CLR(sc->sc_ctrl, (Ctrl_TIE|Ctrl_RTIE|Ctrl_RIE));
518 SET(sc->sc_ctrl, (Ctrl_UARTE|Ctrl_RIE|Ctrl_RTIE));
811 sc->sc_ctrl);
994 SET(sc->sc_ctrl, (Ctrl_RIE|Ctrl_RTIE));
1112 CLR(sc->sc_ctrl, (Ctrl_RIE|Ctrl_RTIE));
1119 CLR(sc->sc_ctrl, (Ctrl_RIE|Ctrl_RTIE));
1135 if (ISSET(sc->sc_ctrl, Ctrl_TIE)) {
1136 CLR(sc->sc_ctrl, Ctrl_TIE);