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

/fuchsia/zircon/system/dev/nand/aml-rawnand/
H A Daml-rawnand.h14 int ecc_strength; member in struct:__anon437
89 int ecc_strength; /* # of ECC bits per ECC page */ member in struct:aml_controller_params
H A Daml-rawnand.c105 int ecc_strength; local
110 ecc_strength = 8;
113 ecc_strength = 24;
116 ecc_strength = 30;
119 ecc_strength = 40;
122 ecc_strength = 50;
125 ecc_strength = 60;
128 ecc_strength = -1;
131 return ecc_strength;
333 if (zero_bits >= raw_nand->controller_params.ecc_strength) {
[all...]

Completed in 30 milliseconds