Home
last modified time | relevance | path

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

/arch/riscv/cpu/andes/
A Dcache.c33 static void cache_ops(int (*ops)(struct udevice *dev)) in cache_ops() function
80 cache_ops(cache_enable); in dcache_enable()
91 cache_ops(cache_disable); in dcache_disable()
/arch/mips/lib/
A Dcache.c99 const unsigned int cache_ops[] = { ops }; \
106 for (i = 0; i < ARRAY_SIZE(cache_ops); i++) \
107 mips_cache(cache_ops[i], addr); \

Completed in 15 milliseconds