Changeset 763 for GPL/branches/uniaud32-exp/include/linux/regmap.h
- Timestamp:
- Apr 6, 2025, 3:30:42 AM (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/branches/uniaud32-exp/include/linux/regmap.h
r652 r763 45 45 REGCACHE_COMPRESSED, 46 46 REGCACHE_FLAT, 47 REGCACHE_MAPLE, 47 48 }; 48 49 … … 1120 1121 void regcache_cache_bypass(struct regmap *map, bool enable); 1121 1122 void regcache_mark_dirty(struct regmap *map); 1123 bool regcache_reg_cached(struct regmap *map, unsigned int reg); 1122 1124 1123 1125 bool regmap_check_range_table(struct regmap *map, unsigned int reg,
Note:
See TracChangeset
for help on using the changeset viewer.