Home
last modified time | relevance | path

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

/src/sys/dev/cfi/
H A Dcfi_core.c294 uint64_t mtoexp, ttoexp; in cfi_attach() local
318 mtoexp = cfi_read_qry(sc, CFI_QRY_MTO_ERASE); in cfi_attach()
327 if (mtoexp == 0) { in cfi_attach()
330 mtoexp = 4; in cfi_attach()
332 if (ttoexp + mtoexp > 41) { in cfi_attach()
334 ttoexp + mtoexp); in cfi_attach()
339 sc->sc_typical_timeouts[CFI_TIMEOUT_ERASE] * (1ULL << mtoexp); in cfi_attach()
342 mtoexp = cfi_read_qry(sc, CFI_QRY_MTO_WRITE); in cfi_attach()
351 if (mtoexp == 0) { in cfi_attach()
354 mtoexp = 4; in cfi_attach()
[all …]