Home
last modified time | relevance | path

Searched refs:pllctrl_regs (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/power/reset/
H A Dkeystone-reset.c39 static struct regmap *pllctrl_regs; variable
48 return regmap_update_bits(pllctrl_regs, rspll_offset + RSCTRL_RG, in rsctrl_enable_rspll_write()
59 regmap_update_bits(pllctrl_regs, rspll_offset + RSCTRL_RG, in rsctrl_restart_handler()
90 pllctrl_regs = syscon_regmap_lookup_by_phandle(np, "ti,syscon-pll"); in rsctrl_probe()
91 if (IS_ERR(pllctrl_regs)) in rsctrl_probe()
92 return PTR_ERR(pllctrl_regs); in rsctrl_probe()
118 ret = regmap_write(pllctrl_regs, rspll_offset + RSCFG_RG, val); in rsctrl_probe()
123 ret = regmap_write(pllctrl_regs, rspll_offset + RSISO_RG, 0); in rsctrl_probe()
/kernel/linux/linux-6.6/drivers/power/reset/
H A Dkeystone-reset.c40 static struct regmap *pllctrl_regs; variable
49 return regmap_update_bits(pllctrl_regs, rspll_offset + RSCTRL_RG, in rsctrl_enable_rspll_write()
60 regmap_update_bits(pllctrl_regs, rspll_offset + RSCTRL_RG, in rsctrl_restart_handler()
92 pllctrl_regs = syscon_regmap_lookup_by_phandle(np, "ti,syscon-pll"); in rsctrl_probe()
93 if (IS_ERR(pllctrl_regs)) in rsctrl_probe()
94 return PTR_ERR(pllctrl_regs); in rsctrl_probe()
120 ret = regmap_write(pllctrl_regs, rspll_offset + RSCFG_RG, val); in rsctrl_probe()
125 ret = regmap_write(pllctrl_regs, rspll_offset + RSISO_RG, 0); in rsctrl_probe()

Completed in 2 milliseconds