Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/powerpc/powernv/
HDopal_flash.c64 struct opalflash_softc { struct
96 sizeof(struct opalflash_softc)
128 struct opalflash_softc *sc; in opalflash_getattr()
149 struct opalflash_softc *sc; in opalflash_strategy()
151 sc = (struct opalflash_softc *)bp->bio_disk->d_drv1; in opalflash_strategy()
159 opalflash_read(struct opalflash_softc *sc, off_t off, in opalflash_read()
203 opalflash_erase(struct opalflash_softc *sc, off_t off, off_t count) in opalflash_erase()
232 opalflash_write(struct opalflash_softc *sc, off_t off, in opalflash_write()
286 struct opalflash_softc *sc; in opalflash_task()
337 struct opalflash_softc *sc; in opalflash_attach()