Searched refs:cache_bypass (Results 1 – 7 of 7) sorted by relevance
46 map->cache_bypass = true; in regcache_hw_init()57 u32 cache_bypass = map->cache_bypass; in regcache_hw_init() local61 map->cache_bypass = 1; 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()274 map->cache_bypass = 1; in regcache_default_sync()276 map->cache_bypass = 0; in regcache_default_sync()310 bypass = map->cache_bypass; in regcache_sync()322 map->cache_bypass = 1; in regcache_sync()[all …]
1063 map->cache_bypass = false; in regmap_reinit_cache()1216 if (!map->cache_bypass && map->format.parse_val) { in _regmap_raw_write()1455 if (!map->cache_bypass && !map->defer_caching) { in _regmap_write()1873 if (!map->cache_bypass) { in _regmap_multi_reg_write()1973 bypass = map->cache_bypass; in regmap_multi_reg_write_bypassed()1974 map->cache_bypass = true; in regmap_multi_reg_write_bypassed()1978 map->cache_bypass = bypass; in regmap_multi_reg_write_bypassed()2102 if (!map->cache_bypass) { in _regmap_read()2123 if (!map->cache_bypass) in _regmap_read()2185 if (regmap_volatile_range(map, reg, val_count) || map->cache_bypass || in regmap_raw_read()[all …]
358 map->cache_bypass = 1; in regcache_lzo_sync()360 map->cache_bypass = 0; in regcache_lzo_sync()
127 u32 cache_bypass; member
537 &map->cache_bypass); in regmap_debugfs_init()
63 cache_bypass - BOOLEAN
812 unsigned int cache_bypass:1; /* Suppress access to the cache */ member