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

  /src/sys/arch/arm/ti/
omap2_nand.c 109 struct omap2_nand_softc { struct
133 CFATTACH_DECL_NEW(omapnand, sizeof(struct omap2_nand_softc), omap2_nand_match,
137 gpmc_register_read(struct omap2_nand_softc *sc, bus_size_t reg)
143 gpmc_register_write(struct omap2_nand_softc *sc, bus_size_t reg, const uint32_t data)
151 struct omap2_nand_softc *sc = device_private(self);
159 struct omap2_nand_softc *sc = device_private(self);
167 struct omap2_nand_softc *sc = device_private(self);
194 struct omap2_nand_softc *sc = device_private(self);
324 struct omap2_nand_softc *sc = device_private(self);
334 struct omap2_nand_softc *sc = device_private(self)
    [all...]

Completed in 11 milliseconds