Searched refs:cfg_regmap (Results 1 – 2 of 2) sorted by relevance
65 return regmap_read(pruss->cfg_regmap, reg, val); in pruss_cfg_read()85 return regmap_update_bits(pruss->cfg_regmap, reg, mask, val); in pruss_cfg_update()
98 struct regmap *cfg_regmap; member