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

/linux-4.4.14/drivers/power/reset/
H A Dkeystone-reset.c41 static int rspll_offset; variable
51 return regmap_update_bits(pllctrl_regs, rspll_offset + RSCTRL_RG, rsctrl_enable_rspll_write()
62 regmap_update_bits(pllctrl_regs, rspll_offset + RSCTRL_RG, rsctrl_restart_handler()
101 ret = of_property_read_u32_index(np, "ti,syscon-pll", 1, &rspll_offset); rsctrl_probe()
121 ret = regmap_write(pllctrl_regs, rspll_offset + RSCFG_RG, val); rsctrl_probe()
126 ret = regmap_write(pllctrl_regs, rspll_offset + RSISO_RG, 0); rsctrl_probe()

Completed in 46 milliseconds