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

/linux-master/drivers/power/reset/
H A Dkeystone-reset.c39 static int rspll_offset; variable
49 return regmap_update_bits(pllctrl_regs, rspll_offset + RSCTRL_RG,
60 regmap_update_bits(pllctrl_regs, rspll_offset + RSCTRL_RG,
100 ret = of_property_read_u32_index(np, "ti,syscon-pll", 1, &rspll_offset);
120 ret = regmap_write(pllctrl_regs, rspll_offset + RSCFG_RG, val);
125 ret = regmap_write(pllctrl_regs, rspll_offset + RSISO_RG, 0);

Completed in 178 milliseconds