Lines Matching full:syscon
11 #include <linux/mfd/syscon.h>
139 struct regmap *syscon) in clk_register_creg_clk() argument
149 creg_clk->reg = syscon; in clk_register_creg_clk()
167 struct regmap *syscon; in lpc18xx_creg_clk_init() local
169 syscon = syscon_node_to_regmap(np->parent); in lpc18xx_creg_clk_init()
170 if (IS_ERR(syscon)) { in lpc18xx_creg_clk_init()
171 pr_err("%s: syscon lookup failed\n", __func__); in lpc18xx_creg_clk_init()
179 &clk_32khz_parent, syscon); in lpc18xx_creg_clk_init()
196 struct regmap *syscon; in lpc18xx_creg_clk_probe() local
198 syscon = syscon_node_to_regmap(np->parent); in lpc18xx_creg_clk_probe()
199 if (IS_ERR(syscon)) { in lpc18xx_creg_clk_probe()
200 dev_err(&pdev->dev, "syscon lookup failed\n"); in lpc18xx_creg_clk_probe()
201 return PTR_ERR(syscon); in lpc18xx_creg_clk_probe()
208 syscon); in lpc18xx_creg_clk_probe()