Home
last modified time | relevance | path

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

/external/u-boot/arch/mips/lib/
Dcache.c113 unsigned long slsize = scache_line_size(); in flush_cache() local
119 if ((ilsize == dlsize) && !slsize) { in flush_cache()
130 cache_loop(start_addr, start_addr + size, slsize, HIT_WRITEBACK_INV_SD); in flush_cache()
146 unsigned long slsize = scache_line_size(); in flush_dcache_range() local
155 cache_loop(start_addr, stop, slsize, HIT_WRITEBACK_INV_SD); in flush_dcache_range()
164 unsigned long slsize = scache_line_size(); in invalidate_dcache_range() local
171 cache_loop(start_addr, stop, slsize, HIT_INVALIDATE_SD); in invalidate_dcache_range()