Home
last modified time | relevance | path

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

/external/u-boot/drivers/mtd/ubi/
Dupd.c313 int flush_len = offs + len; in ubi_more_update_data() local
319 ubi_assert(flush_len <= vol->usable_leb_size); in ubi_more_update_data()
320 err = write_leb(ubi, vol, lnum, vol->upd_buf, flush_len, in ubi_more_update_data()
/external/u-boot/common/
Dbootm.c456 ulong flush_len; in bootm_load_os() local
471 flush_len = load_end - load; in bootm_load_os()
473 flush_len += load - flush_start; in bootm_load_os()
475 flush_cache(flush_start, ALIGN(flush_len, ARCH_DMA_MINALIGN)); in bootm_load_os()