Home
last modified time | relevance | path

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

/linux/drivers/base/regmap/
H A Dregmap.c1445 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 …]
H A Dregcache-maple.c250 map->cache_bypass = true; in regcache_maple_sync()
288 map->cache_bypass = false; in regcache_maple_sync()
H A Dregmap-kunit.c466 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() function
2157 KUNIT_CASE_PARAM(cache_bypass, real_cache_types_gen_params),