HomeSort by: relevance | last modified time | path
    Searched defs:ssextio_softc (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/arm/s3c2xx0/
s3c2410_extint.c 69 struct ssextio_softc { struct
85 static struct ssextio_softc *ssextio_softc = NULL; variable in typeref:struct:ssextio_softc *
103 bus_space_write_4(ssextio_softc->sc_iot, ssextio_softc->sc_ioh,
104 GPIO_EINTMASK, ssextio_softc->sc_mask | ssextio_softc->sc_pending);
109 CFATTACH_DECL_NEW(ssextio, sizeof(struct ssextio_softc), ssextio_match, ssextio_attach,
131 if (ssextio_softc != NULL)
141 struct ssextio_softc *sc = device_private(self)
    [all...]
s3c2440_extint.c 98 struct ssextio_softc { struct
116 static struct ssextio_softc *ssextio_softc = NULL; variable in typeref:struct:ssextio_softc *
134 bus_space_write_4(ssextio_softc->sc_iot, ssextio_softc->sc_ioh,
135 GPIO_EINTMASK, ssextio_softc->sc_mask | ssextio_softc->sc_pending);
140 CFATTACH_DECL_NEW(ssextio, sizeof(struct ssextio_softc), ssextio_match, ssextio_attach,
162 if (ssextio_softc != NULL)
172 struct ssextio_softc *sc = device_private(self)
    [all...]

Completed in 13 milliseconds