Home
last modified time | relevance | path

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

/u-boot/arch/mips/lib/
A Dcache.c115 unsigned long slsize = scache_line_size(); in flush_cache() local
121 if ((ilsize == dlsize) && !slsize) { in flush_cache()
132 cache_loop(start_addr, start_addr + size, slsize, HIT_WRITEBACK_INV_SD); in flush_cache()
148 unsigned long slsize = scache_line_size(); in flush_dcache_range() local
157 cache_loop(start_addr, stop, slsize, HIT_WRITEBACK_INV_SD); in flush_dcache_range()
166 unsigned long slsize = scache_line_size(); in invalidate_dcache_range() local
173 cache_loop(start_addr, stop, slsize, HIT_INVALIDATE_SD); in invalidate_dcache_range()

Completed in 2 milliseconds