Home | History | Annotate | Download | only in s3c2xx0

Lines Matching refs:sc_ucon

372 	sc->sc_ucon = UCON_DEBUGPORT;
373 bus_space_write_2(sc->sc_iot, sc->sc_ioh, SSCOM_UCON, sc->sc_ucon);
415 sc->sc_ucon = UCON_RXINT_ENABLE|UCON_TXINT_ENABLE;
436 sc->sc_ucon = UCON_DEBUGPORT;
457 sc->sc_ucon = UCON_DEBUGPORT;
468 bus_space_write_1(iot, ioh, SSCOM_UCON, sc->sc_ucon);
586 sc->sc_ucon = UCON_DEBUGPORT;
588 sc->sc_ucon = 0;
589 bus_space_write_2(sc->sc_iot, sc->sc_ioh, SSCOM_UCON, sc->sc_ucon);
900 SET(sc->sc_ucon, UCON_SBREAK);
902 CLR(sc->sc_ucon, UCON_SBREAK);
990 if (sc->sc_ucon != 0)
1214 bus_space_write_2(iot, ioh, SSCOM_UCON, sc->sc_ucon);
1447 sc->sc_ucon |= UCON_ERRINT;
1449 sc->sc_ucon);
1635 sc->sc_ucon &= ~UCON_ERRINT;
1636 bus_space_write_2(iot, ioh, SSCOM_UCON, sc->sc_ucon);