Searched refs:sc_flash_io (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/sys/dev/nor/
H A Dnor.c169 if (flash_sync_thread_init(&sc->sc_flash_io, self, &sc->sc_flash_if)) {
245 flash_sync_thread_destroy(&sc->sc_flash_io);
306 return flash_io_submit(&sc->sc_flash_io, bp);
H A Dnor.h98 struct flash_io sc_flash_io; member in struct:nor_softc
/netbsd-current/sys/dev/nand/
H A Dnand.c159 if (flash_sync_thread_init(&sc->sc_flash_io, self, &nand_flash_if)) {
246 flash_sync_thread_destroy(&sc->sc_flash_io);
1065 return flash_io_submit(&sc->sc_flash_io, bp);
H A Dnand.h162 struct flash_io sc_flash_io; member in struct:nand_softc

Completed in 195 milliseconds