Lines Matching refs:cache_bypass
1464 map->cache_bypass = false; in regmap_reinit_cache()
1645 if (!map->cache_bypass && map->format.parse_val) { in _regmap_raw_write_impl()
1804 } else if (ret != 0 && !map->cache_bypass && map->format.parse_val) { in _regmap_raw_write_impl()
1918 if (!map->cache_bypass && !map->defer_caching) { in _regmap_write()
2449 if (!map->cache_bypass) { in _regmap_multi_reg_write()
2554 bypass = map->cache_bypass; in regmap_multi_reg_write_bypassed()
2555 map->cache_bypass = true; in regmap_multi_reg_write_bypassed()
2559 map->cache_bypass = bypass; in regmap_multi_reg_write_bypassed()
2678 if (!map->cache_bypass) { in _regmap_read()
2697 if (!map->cache_bypass) in _regmap_read()
2761 if (regmap_volatile_range(map, reg, val_count) || map->cache_bypass || in regmap_raw_read()
3218 bypass = map->cache_bypass; in regmap_register_patch()
3220 map->cache_bypass = true; in regmap_register_patch()
3226 map->cache_bypass = bypass; in regmap_register_patch()