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

  /src/sys/arch/arm/ti/
omap2_nand.c 120 bus_space_handle_t sc_gpmc_ioh; member in struct:omap2_nand_softc
139 return bus_space_read_4(sc->sc_iot, sc->sc_gpmc_ioh, reg);
145 bus_space_write_4(sc->sc_iot, sc->sc_gpmc_ioh, reg, data);
221 if (bus_space_map(sc->sc_iot, addr, size, 0, &sc->sc_gpmc_ioh) != 0) {
225 if (bus_space_subregion(sc->sc_iot, sc->sc_gpmc_ioh, GPMC_CS_CONFIG(sc->sc_cs), 0x30, &sc->sc_ioh) != 0) {
omap2_nand.c 120 bus_space_handle_t sc_gpmc_ioh; member in struct:omap2_nand_softc
139 return bus_space_read_4(sc->sc_iot, sc->sc_gpmc_ioh, reg);
145 bus_space_write_4(sc->sc_iot, sc->sc_gpmc_ioh, reg, data);
221 if (bus_space_map(sc->sc_iot, addr, size, 0, &sc->sc_gpmc_ioh) != 0) {
225 if (bus_space_subregion(sc->sc_iot, sc->sc_gpmc_ioh, GPMC_CS_CONFIG(sc->sc_cs), 0x30, &sc->sc_ioh) != 0) {

Completed in 23 milliseconds