Searched refs:rspll_offset (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.1/drivers/power/reset/ |
D | keystone-reset.c | 38 static int rspll_offset; 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() 99 ret = of_property_read_u32_index(np, "ti,syscon-pll", 1, &rspll_offset); in rsctrl_probe() 119 ret = regmap_write(pllctrl_regs, rspll_offset + RSCFG_RG, val); in rsctrl_probe() 124 ret = regmap_write(pllctrl_regs, rspll_offset + RSISO_RG, 0); in rsctrl_probe()
|