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

/fuchsia/zircon/system/dev/nand/nandpart/
H A Daml-bad-block.h50 constexpr static size_t kBlockListMax = 8; member in class:nand::AmlBadBlock
98 BlockListEntry block_list_[kBlockListMax];
H A Daml-bad-block.cpp124 uint32_t index = kBlockListMax;
125 for (uint32_t i = 0; i < kBlockListMax; i++) {
133 if (index == kBlockListMax) {
263 if (blocks == 0 || blocks > kBlockListMax) {
264 // Driver assumption that no more than |kBlockListMax| blocks will be dedicated for BBT use.
322 for (size_t idx = valid_blocks - 1; idx < kBlockListMax; idx++) {

Completed in 87 milliseconds