Home
last modified time | relevance | path

Searched defs:cache_bypass (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/base/regmap/
H A Dregcache.c74 bool cache_bypass = map->cache_bypass; in regcache_hw_init() local
108 bool cache_bypass = map->cache_bypass; in regcache_hw_init() local
H A Dregmap-kunit.c887 static void cache_bypass(struct kunit *test) in cache_bypass() function