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

/netbsd-current/sys/dev/nor/
H A Dcfi.h51 uint8_t erase_blk_time_max; /* max 1-blk erase timeout, typ<<N */ member in struct:cfi_query_data
H A Dcfi_0002.c120 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);
H A Dcfi.c197 (qryp)->erase_blk_time_max = cfi_unpack_1(data[0x25]); \
842 qryp->erase_blk_time_max = jt->jt_erase_blk_time_max;

Completed in 147 milliseconds