Searched refs:cache_bypass (Results 1 – 3 of 3) sorted by relevance
66 bool cache_bypass = map->cache_bypass; in regcache_hw_init() local70 map->cache_bypass = true; in regcache_hw_init()76 map->cache_bypass = cache_bypass; in regcache_hw_init()98 bool cache_bypass = map->cache_bypass; in regcache_hw_init() local100 map->cache_bypass = true; in regcache_hw_init()102 map->cache_bypass = cache_bypass; in regcache_hw_init()138 map->cache_bypass = true; in regcache_init()208 map->cache_bypass = true; in regcache_init()211 if (map->cache_bypass) in regcache_init()387 map->cache_bypass = true; in regcache_default_sync()[all …]
1445 map->cache_bypass = false; in regmap_reinit_cache()1662 if (!map->cache_bypass && map->format.parse_val) { in _regmap_raw_write_impl()1824 } else if (ret != 0 && !map->cache_bypass && map->format.parse_val) { in _regmap_raw_write_impl()1947 if (!map->cache_bypass && !map->defer_caching) { in _regmap_write()2138 if (!map->cache_bypass && !map->defer_caching) { in regmap_noinc_readwrite()2590 if (!map->cache_bypass) { in _regmap_multi_reg_write()2695 bypass = map->cache_bypass; in regmap_multi_reg_write_bypassed()2696 map->cache_bypass = true; in regmap_multi_reg_write_bypassed()2700 map->cache_bypass = bypass; in regmap_multi_reg_write_bypassed()2828 if (!map->cache_bypass) { in _regmap_read()[all …]
466 KUNIT_EXPECT_FALSE(test, map->cache_bypass); in read_bypassed()489 KUNIT_EXPECT_FALSE(test, map->cache_bypass); in read_bypassed()510 KUNIT_EXPECT_FALSE(test, map->cache_bypass); in read_bypassed()532 KUNIT_EXPECT_FALSE(test, map->cache_bypass); in read_bypassed_volatile()555 KUNIT_EXPECT_FALSE(test, map->cache_bypass); in read_bypassed_volatile()575 KUNIT_EXPECT_FALSE(test, map->cache_bypass); in read_bypassed_volatile()994 static void cache_bypass(struct kunit *test) in cache_bypass() function2157 KUNIT_CASE_PARAM(cache_bypass, real_cache_types_gen_params),