Lines Matching refs:omap2_nand_softc
109 struct omap2_nand_softc { struct
133 CFATTACH_DECL_NEW(omapnand, sizeof(struct omap2_nand_softc), omap2_nand_match, argument
137 gpmc_register_read(struct omap2_nand_softc *sc, bus_size_t reg) in gpmc_register_read()
143 gpmc_register_write(struct omap2_nand_softc *sc, bus_size_t reg, const uint32_t data) in gpmc_register_write()
151 struct omap2_nand_softc *sc = device_private(self); in omap2_nand_command()
159 struct omap2_nand_softc *sc = device_private(self); in omap2_nand_address()
167 struct omap2_nand_softc *sc = device_private(self); in omap2_nand_isbusy()
194 struct omap2_nand_softc *sc = device_private(self); in omap2_nand_attach()
324 struct omap2_nand_softc *sc = device_private(self); in omap2_nand_busy()
334 struct omap2_nand_softc *sc = device_private(self); in omap2_nand_read_1()
342 struct omap2_nand_softc *sc = device_private(self); in omap2_nand_write_1()
350 struct omap2_nand_softc *sc = device_private(self); in omap2_nand_read_2()
358 struct omap2_nand_softc *sc = device_private(self); in omap2_nand_write_2()
366 struct omap2_nand_softc *sc = device_private(self); in omap2_nand_read_buf_1()
378 struct omap2_nand_softc *sc = device_private(self); in omap2_nand_read_buf_2()
391 struct omap2_nand_softc *sc = device_private(self); in omap2_nand_write_buf_1()
403 struct omap2_nand_softc *sc = device_private(self); in omap2_nand_write_buf_2()
424 struct omap2_nand_softc *sc = device_private(self); in omap2_nand_ecc_init()
446 struct omap2_nand_softc *sc = device_private(self); in omap2_nand_ecc_compute()
467 struct omap2_nand_softc *sc = device_private(self); in omap2_nand_ecc_prepare()