HomeSort by: relevance | last modified time | path
    Searched refs:erase_blk_time_max (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/nor/
cfi.h 51 uint8_t erase_blk_time_max; /* max 1-blk erase timeout, typ<<N */ member in struct:cfi_query_data
cfi_0002.c 120 shft += cfi->cfi_qry_data.erase_blk_time_max;
602 printf("erase_blk_time_max %d\n",
603 cfi->cfi_qry_data.erase_blk_time_max);
cfi.c 197 (qryp)->erase_blk_time_max = cfi_unpack_1(data[0x25]); \
842 qryp->erase_blk_time_max = jt->jt_erase_blk_time_max;

Completed in 13 milliseconds