Lines Matching defs:regmap
135 struct regmap *regmap;
151 regmap = device_node_to_regmap(np);
152 if (IS_ERR(regmap))
161 hw = at91_clk_register_main_rc_osc(regmap, "main_rc_osc", 12000000,
168 hw = at91_clk_register_main_osc(regmap, "main_osc", mainxtal_name, NULL,
175 hw = at91_clk_register_sam9x5_main(regmap, "mainck", parent_names, NULL, 2);
179 hw = at91_clk_register_pll(regmap, "pllack", "mainck", 0,
184 hw = at91_clk_register_plldiv(regmap, "plladivck", "pllack");
190 hw = at91_clk_register_utmi(regmap, NULL, "utmick", "mainck", NULL);
200 hw = at91_clk_register_master_pres(regmap, "masterck_pres", 4,
207 hw = at91_clk_register_master_div(regmap, "masterck_div",
217 hw = at91_clk_register_h32mx(regmap, "h32mxck", "masterck_div");
225 hw = at91sam9x5_clk_register_usb(regmap, "usbck", parent_names, 2);
231 hw = at91sam9x5_clk_register_smd(regmap, "smdclk", parent_names, 2);
245 hw = at91_clk_register_programmable(regmap, name,
256 hw = at91_clk_register_system(regmap, sama5d4_systemck[i].n,
267 hw = at91_clk_register_sam9x5_peripheral(regmap, &pmc_pcr_lock,
281 hw = at91_clk_register_sam9x5_peripheral(regmap, &pmc_pcr_lock,