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

  /src/sys/arch/arm/s3c2xx0/
s3c2410_extint.c 142 struct s3c24x0_softc *cpuc = ((struct s3c2xx0_attach_args *)aux)->sa_sc; local in function:ssextio_attach
148 sc->sc_iot = cpuc->sc_sx.sc_iot;
149 sc->sc_ioh = cpuc->sc_sx.sc_gpio_ioh;
171 struct s3c24x0_softc *cpuc = device_private(device_parent(parent)); local in function:ssextio_search
179 sa.sa_dmat = cpuc->sc_sx.sc_dmat;
s3c2440_extint.c 173 struct s3c24x0_softc *cpuc = ((struct s3c2xx0_attach_args *)aux)->sa_sc; local in function:ssextio_attach
179 sc->sc_iot = cpuc->sc_sx.sc_iot;
180 sc->sc_ioh = cpuc->sc_sx.sc_gpio_ioh;
203 struct s3c24x0_softc *cpuc = device_private(device_parent(parent)); local in function:ssextio_search
211 sa.sa_dmat = cpuc->sc_sx.sc_dmat;

Completed in 11 milliseconds