mpcsa_usart.c | 58 struct at91pio_softc *sc_pioa, *sc_piob, *sc_piod; member in struct:mpcsa_usart_softc 116 if ((sc->sc_pioa = at91pio_sc(AT91_PIOA)) == NULL) { 186 at91pio_clear(sc->sc_pioa, PA_GSMON); 187 at91pio_set(sc->sc_pioa, PA_GSMOFF); 192 at91pio_out(sc->sc_pioa, PA_GSMOFF); 193 at91pio_out(sc->sc_pioa, PA_GSMON); 194 at91pio_in(sc->sc_pioa, PA_TXD4); 202 at91pio_per(sc->sc_pioa, PA_GSMOFF, -1); 203 at91pio_per(sc->sc_pioa, PA_GSMON, -1); 204 at91pio_per(sc->sc_pioa, PA_TXD4, -1) [all...] |