Searched refs:cache_bypass (Results 1 – 7 of 7) sorted by relevance
46 map->cache_bypass = true; in regcache_hw_init()57 bool cache_bypass = map->cache_bypass; in regcache_hw_init() local61 map->cache_bypass = true; in regcache_hw_init()69 map->cache_bypass = cache_bypass; in regcache_hw_init()108 map->cache_bypass = true; in regcache_init()156 if (map->cache_bypass) in regcache_init()288 map->cache_bypass = true; in regcache_default_sync()290 map->cache_bypass = false; in regcache_default_sync()324 bypass = map->cache_bypass; in regcache_sync()336 map->cache_bypass = true; in regcache_sync()[all …]
518 struct regmap, cache_bypass); in regmap_cache_bypass_write_file()524 was_enabled = map->cache_bypass; in regmap_cache_bypass_write_file()530 if (map->cache_bypass && !was_enabled) { in regmap_cache_bypass_write_file()533 } else if (!map->cache_bypass && was_enabled) { in regmap_cache_bypass_write_file()616 &map->cache_bypass, in regmap_debugfs_init()
1067 map->cache_bypass = false; in regmap_reinit_cache()1220 if (!map->cache_bypass && map->format.parse_val) { in _regmap_raw_write()1482 if (!map->cache_bypass && !map->defer_caching) { in _regmap_write()1990 if (!map->cache_bypass) { in _regmap_multi_reg_write()2094 bypass = map->cache_bypass; in regmap_multi_reg_write_bypassed()2095 map->cache_bypass = true; in regmap_multi_reg_write_bypassed()2099 map->cache_bypass = bypass; in regmap_multi_reg_write_bypassed()2221 if (!map->cache_bypass) { in _regmap_read()2242 if (!map->cache_bypass) in _regmap_read()2306 if (regmap_volatile_range(map, reg, val_count) || map->cache_bypass || in regmap_raw_read()[all …]
358 map->cache_bypass = true; in regcache_lzo_sync()360 map->cache_bypass = false; in regcache_lzo_sync()
130 bool cache_bypass; member
63 cache_bypass - BOOLEAN
848 unsigned int cache_bypass:1; /* Suppress access to the cache */ member