Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/block/
H A Dsystemace.c120 unsigned blk_countdown; in systemace_read() local
170 blk_countdown = blkcnt; in systemace_read()
171 while (blk_countdown > 0) { in systemace_read()
172 unsigned trans = blk_countdown; in systemace_read()
228 blk_countdown -= trans; in systemace_read()