Home
last modified time | relevance | path

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

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