Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/hpcmips/vr/
H A Dflash_vrip.c280 sc->sc_max_block_erase_timo in flash_attach()
302 sc->sc_typ_block_erase_timo * sc->sc_max_block_erase_timo, in flash_attach()
303 sc->sc_max_block_erase_timo); in flash_attach()
516 for (i = sc->sc_max_block_erase_timo; i > 0; i--) { in intel_erase()
622 for (i = sc->sc_max_block_erase_timo; i > 0; i--) { in amd_erase_sector()
H A Dflashvar.h60 int sc_max_block_erase_timo; member