Home
last modified time | relevance | path

Searched refs:lfsr_step (Results 1 – 1 of 1) sorted by relevance

/external/u-boot/tools/
Dsunxi-spl-image-builder.c50 static uint16_t lfsr_step(uint16_t state, int count) in lfsr_step() function
104 state = lfsr_step(state, 15); in scramble()
109 state = lfsr_step(state, 8); in scramble()