Home
last modified time | relevance | path

Searched refs:regcache_reg_cached (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/base/regmap/
H A Dregcache.c598 bool regcache_reg_cached(struct regmap *map, unsigned int reg) in regcache_reg_cached() function
611 EXPORT_SYMBOL_GPL(regcache_reg_cached);
H A Dregmap-kunit.c878 KUNIT_ASSERT_FALSE(test, regcache_reg_cached(map, i)); in cache_present()
890 KUNIT_ASSERT_TRUE(test, regcache_reg_cached(map, i)); in cache_present()
/openbmc/linux/sound/hda/
H A Dhdac_regmap.c566 if (!regcache_reg_cached(codec->regmap, reg)) in reg_raw_update_once()
/openbmc/linux/include/linux/
H A Dregmap.h1291 bool regcache_reg_cached(struct regmap *map, unsigned int reg);