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

/netgear-R7000-V1.0.7.12_1.2.5/src/shared/
H A Dnandcore.c159 uint32 rd_oob_byte, left_oob_byte; local
214 rd_oob_byte = _nandcore_oobbyte_per_cache(nfl, cache, spare_per_cache);
216 left_oob_byte = rd_oob_byte % 4;
219 for (i = 0; i < (rd_oob_byte / 4); i++) {
882 uint32 rd_oob_byte, left_oob_byte; local
923 rd_oob_byte = _nandcore_oobbyte_per_cache(nfl, cache, spare_per_cache);
925 left_oob_byte = rd_oob_byte % 4;
927 for (j = 0; j < (rd_oob_byte / 4); j++) {
1191 uint32 rd_oob_byte, left_oob_byte; local
1220 rd_oob_byte
[all...]

Completed in 51 milliseconds