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

/fuchsia/zircon/system/dev/nand/aml-rawnand/
H A Daml-rawnand.h102 uint8_t zero_bits; /* bit0~5 is valid */ member in struct:aml_info_format
H A Daml-rawnand.c307 uint8_t zero_bits; local
318 * Why are we checking for zero_bits here ?
332 zero_bits = info->zero_bits & AML_ECC_UNCORRECTABLE_CNT;
333 if (zero_bits >= raw_nand->controller_params.ecc_strength) {
334 zxlogf(ERROR, "%s: ECC failure (randomized)@%u zero_bits=%u\n",
335 __func__, nand_page, zero_bits);

Completed in 27 milliseconds