Searched refs:seedmod (Results 1 - 1 of 1) sorted by last modified time

/u-boot/tools/
H A Dsunxi-spl-image-builder.c91 unsigned seedmod = info->eraseblock_size / info->page_size; local
97 if (seedmod > ARRAY_SIZE(default_scrambler_seeds))
98 seedmod = ARRAY_SIZE(default_scrambler_seeds);
100 state = default_scrambler_seeds[page % seedmod];

Completed in 42 milliseconds