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) {
|