Searched refs:lock_regmap (Results 1 – 3 of 3) sorted by relevance
14 struct regmap *lock_regmap; member
1006 struct regmap *lock_regmap, in spacemit_ccu_register() argument1037 common->lock_regmap = lock_regmap; in spacemit_ccu_register()1122 struct regmap *base_regmap, *lock_regmap = NULL; in k1_ccu_probe() local1144 lock_regmap = device_node_to_regmap(mpmu); in k1_ccu_probe()1147 if (IS_ERR(lock_regmap)) in k1_ccu_probe()1148 return dev_err_probe(dev, PTR_ERR(lock_regmap), in k1_ccu_probe()1154 ret = spacemit_ccu_register(dev, base_regmap, lock_regmap, data); in k1_ccu_probe()
85 return regmap_read_poll_timeout_atomic(common->lock_regmap, in ccu_pll_enable()