Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/mmc/
H A Dgen_atmel_mci.c296 u32 word_count, block_count; local
316 word_count = 0;
319 word_count++;
321 } while (!status && word_count < (data->blocksize/4));
325 u32 cnt = word_count * 4;
332 if (!status && word_count < (sys_blocksize / 4))
336 while (!status && word_count < (sys_blocksize / 4)) {
339 word_count++;