Home
last modified time | relevance | path

Searched refs:opalflash_softc (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/powerpc/powernv/
H A Dopal_flash.c63 struct opalflash_softc { struct
95 sizeof(struct opalflash_softc)
127 struct opalflash_softc *sc; in opalflash_getattr()
148 struct opalflash_softc *sc; in opalflash_strategy()
150 sc = (struct opalflash_softc *)bp->bio_disk->d_drv1; in opalflash_strategy()
158 opalflash_read(struct opalflash_softc *sc, off_t off, in opalflash_read()
202 opalflash_erase(struct opalflash_softc *sc, off_t off, off_t count) in opalflash_erase()
231 opalflash_write(struct opalflash_softc *sc, off_t off, in opalflash_write()
285 struct opalflash_softc *sc; in opalflash_task()
336 struct opalflash_softc *sc; in opalflash_attach()