Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/mips/lib/
H A Dcache.c109 unsigned long slsize = scache_line_size(); in flush_cache() local
115 if ((ilsize == dlsize) && !slsize) { in flush_cache()
126 if (slsize) in flush_cache()
127 cache_loop(start_addr, start_addr + size, slsize, in flush_cache()
137 unsigned long slsize = scache_line_size(); in flush_dcache_range() local
146 if (slsize) in flush_dcache_range()
147 cache_loop(start_addr, stop, slsize, HIT_WRITEBACK_INV_SD); in flush_dcache_range()
153 unsigned long slsize = scache_line_size(); in invalidate_dcache_range() local
160 if (slsize) in invalidate_dcache_range()
161 cache_loop(start_addr, stop, slsize, HIT_INVALIDATE_SD); in invalidate_dcache_range()