Home
last modified time | relevance | path

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

/external/u-boot/drivers/block/
Dblkcache.c27 .max_blocks_per_entry = 2,
82 if (blkcnt > _stats.max_blocks_per_entry) in blkcache_fill()
148 if ((blocks != _stats.max_blocks_per_entry) || in blkcache_configure()
160 _stats.max_blocks_per_entry = blocks; in blkcache_configure()
/external/u-boot/cmd/
Dblkcache.c24 stats.max_blocks_per_entry, stats.max_entries); in blkc_show()
/external/u-boot/include/
Dblk.h171 unsigned max_blocks_per_entry; member