Searched refs:sc_gpmc_ioh (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/sys/arch/arm/ti/ |
H A D | omap2_nand.c | 120 bus_space_handle_t sc_gpmc_ioh; member 139 return bus_space_read_4(sc->sc_iot, sc->sc_gpmc_ioh, reg); in gpmc_register_read() 145 bus_space_write_4(sc->sc_iot, sc->sc_gpmc_ioh, reg, data); in gpmc_register_write() 221 if (bus_space_map(sc->sc_iot, addr, size, 0, &sc->sc_gpmc_ioh) != 0) { in omap2_nand_attach() 225 …if (bus_space_subregion(sc->sc_iot, sc->sc_gpmc_ioh, GPMC_CS_CONFIG(sc->sc_cs), 0x30, &sc->sc_ioh)… in omap2_nand_attach()
|