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

/freebsd-11-stable/sys/dev/cfi/
H A Dcfi_core.c288 uint64_t mtoexp, ttoexp; local
312 mtoexp = cfi_read_qry(sc, CFI_QRY_MTO_ERASE);
321 if (mtoexp == 0) {
324 mtoexp = 4;
326 if (ttoexp + mtoexp > 41) {
328 ttoexp + mtoexp);
333 sc->sc_typical_timeouts[CFI_TIMEOUT_ERASE] * (1ULL << mtoexp);
336 mtoexp = cfi_read_qry(sc, CFI_QRY_MTO_WRITE);
345 if (mtoexp == 0) {
348 mtoexp
[all...]

Completed in 65 milliseconds