Home
last modified time | relevance | path

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

/u-boot/drivers/cache/
A Dcache-uclass.c12 struct cache_ops *ops = cache_get_ops(dev); in cache_get_info()
22 struct cache_ops *ops = cache_get_ops(dev); in cache_enable()
32 struct cache_ops *ops = cache_get_ops(dev); in cache_disable()
A Dsandbox_cache.c32 static const struct cache_ops sandbox_cache_ops = {
A Dcache-v5l2.c175 static const struct cache_ops v5l2_cache_ops = {
/u-boot/include/
A Dcache.h18 struct cache_ops { struct
45 #define cache_get_ops(dev) ((struct cache_ops *)(dev)->driver->ops) argument
/u-boot/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 6 milliseconds