Searched defs:cache_bypass (Results 1 - 2 of 2) sorted by relevance

/drivers/base/regmap/
H A Dinternal.h71 u32 cache_bypass; member in struct:regmap
H A Dregcache.c39 u32 cache_bypass = map->cache_bypass; local
43 map->cache_bypass = 1;
49 map->cache_bypass = cache_bypass;
102 map->cache_bypass = true;
269 bypass = map->cache_bypass;
279 map->cache_bypass = 1;
288 map->cache_bypass = 0;
298 map->cache_bypass
[all...]

Completed in 64 milliseconds