Searched refs:flush_len (Results 1 – 3 of 3) sorted by relevance
/openbmc/u-boot/drivers/mtd/ubi/ |
H A D | upd.c | 313 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()
|
/openbmc/linux/drivers/mtd/ubi/ |
H A D | upd.c | 302 int flush_len = offs + len; in ubi_more_update_data() local 308 ubi_assert(flush_len <= vol->usable_leb_size); in ubi_more_update_data() 309 err = write_leb(ubi, vol, lnum, vol->upd_buf, flush_len, in ubi_more_update_data()
|
/openbmc/u-boot/common/ |
H A D | bootm.c | 454 ulong flush_len; in bootm_load_os() local 469 flush_len = load_end - load; in bootm_load_os() 471 flush_len += load - flush_start; in bootm_load_os() 473 flush_cache(flush_start, ALIGN(flush_len, ARCH_DMA_MINALIGN)); in bootm_load_os()
|