Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/mips/lib/
H A Dcache.c112 unsigned long dlsize = dcache_line_size(); in flush_cache() local
119 if ((ilsize == dlsize) && !slsize) { in flush_cache()
127 cache_loop(start_addr, start_addr + size, dlsize, HIT_WRITEBACK_INV_D); in flush_cache()