Home | History | Annotate | Download | only in sa11x0

Lines Matching refs:sc_cr3

406 	sc->sc_cr3 = 0;
407 bus_space_write_4(iot, ioh, SACOM_CR3, sc->sc_cr3);
425 sc->sc_cr3 = CR3_RXE | CR3_TXE;
426 bus_space_write_4(iot, ioh, SACOM_CR3, sc->sc_cr3);
474 sc->sc_cr3 = 0;
475 bus_space_write_4(sc->sc_iot, sc->sc_ioh, SACOM_CR3, sc->sc_cr3);
536 sc->sc_cr3 = CR3_RXE | CR3_TXE | CR3_RIE | CR3_TIE;
538 sc->sc_cr3);
796 SET(sc->sc_cr3, CR3_BRK);
798 CLR(sc->sc_cr3, CR3_BRK);
833 if (sc->sc_cr3 != 0)
952 if (sc->sc_cr3 & CR3_RXE) {
964 if (sc->sc_cr3 & CR3_TXE) {
993 bus_space_write_4(iot, ioh, SACOM_CR3, sc->sc_cr3);
1087 if (!ISSET(sc->sc_cr3, CR3_TIE)) {
1088 SET(sc->sc_cr3, CR3_TIE);
1089 bus_space_write_4(iot, ioh, SACOM_CR3, sc->sc_cr3);
1209 SET(sc->sc_cr3, CR3_RIE);
1211 SACOM_CR3, sc->sc_cr3);
1350 CLR(sc->sc_cr3, CR3_RIE);
1352 sc->sc_cr3);
1358 CLR(sc->sc_cr3, CR3_RIE);
1359 bus_space_write_4(iot, ioh, SACOM_CR3, sc->sc_cr3);
1388 if (ISSET(sc->sc_cr3, CR3_TIE)) {
1389 CLR(sc->sc_cr3, CR3_TIE);
1391 sc->sc_cr3);