Home
last modified time | relevance | path

Searched refs:cfg_regmap (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/soc/ti/
H A Dpruss.h65 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()
H A Dpruss.c489 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()
/linux/include/linux/
H A Dpruss_driver.h98 struct regmap *cfg_regmap; member