Searched refs:pllctrl_regs (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/power/reset/ |
D | keystone-reset.c | 42 static struct regmap *pllctrl_regs; variable 51 return regmap_update_bits(pllctrl_regs, rspll_offset + RSCTRL_RG, in rsctrl_enable_rspll_write() 62 regmap_update_bits(pllctrl_regs, rspll_offset + RSCTRL_RG, in rsctrl_restart_handler() 93 pllctrl_regs = syscon_regmap_lookup_by_phandle(np, "ti,syscon-pll"); in rsctrl_probe() 94 if (IS_ERR(pllctrl_regs)) in rsctrl_probe() 95 return PTR_ERR(pllctrl_regs); in rsctrl_probe() 121 ret = regmap_write(pllctrl_regs, rspll_offset + RSCFG_RG, val); in rsctrl_probe() 126 ret = regmap_write(pllctrl_regs, rspll_offset + RSISO_RG, 0); in rsctrl_probe()
|