Home
last modified time | relevance | path

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

/drivers/base/regmap/
Dregcache.c40 u32 cache_bypass = map->cache_bypass; in regcache_hw_init() local
44 map->cache_bypass = 1; in regcache_hw_init()
50 map->cache_bypass = cache_bypass; in regcache_hw_init()
105 map->cache_bypass = true; in regcache_init()
275 bypass = map->cache_bypass; in regcache_sync()
285 map->cache_bypass = 1; in regcache_sync()
298 map->cache_bypass = 0; in regcache_sync()
308 map->cache_bypass = bypass; in regcache_sync()
339 bypass = map->cache_bypass; in regcache_sync_region()
354 map->cache_bypass = bypass; in regcache_sync_region()
[all …]
Dregmap.c832 map->cache_bypass = false; in regmap_reinit_cache()
962 if (!map->cache_bypass && map->format.parse_val) { in _regmap_raw_write()
1169 if (!map->cache_bypass && !map->defer_caching) { in _regmap_write()
1428 if (!map->cache_bypass) { in _regmap_read()
1446 if (!map->cache_bypass) in _regmap_read()
1508 if (regmap_volatile_range(map, reg, val_count) || map->cache_bypass || in regmap_raw_read()
1764 bypass = map->cache_bypass; in regmap_register_patch()
1766 map->cache_bypass = true; in regmap_register_patch()
1788 map->cache_bypass = bypass; in regmap_register_patch()
Dregcache-lzo.c358 map->cache_bypass = 1; in regcache_lzo_sync()
360 map->cache_bypass = 0; in regcache_lzo_sync()
Dinternal.h121 u32 cache_bypass; member
Dregmap-debugfs.c500 &map->cache_bypass); in regmap_debugfs_init()