Searched refs:cfg_regmap (Results 1 – 3 of 3) 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()
489 pruss->cfg_regmap = devm_regmap_init_mmio(dev, pruss->cfg_base, in pruss_cfg_of_init() 492 if (IS_ERR(pruss->cfg_regmap)) in pruss_cfg_of_init() 493 return dev_err_probe(dev, PTR_ERR(pruss->cfg_regmap), in pruss_cfg_of_init()
88 * @cfg_regmap: regmap for config region98 struct regmap *cfg_regmap; member