Lines Matching defs:regmap
11 #include <linux/regmap.h>
24 struct regmap *regmap_pmc;
25 struct regmap *regmap_sfr;
31 static inline bool clk_utmi_ready(struct regmap *regmap)
35 regmap_read(regmap, AT91_PMC_SR, &status);
144 at91_clk_register_utmi_internal(struct regmap *regmap_pmc,
145 struct regmap *regmap_sfr,
188 at91_clk_register_utmi(struct regmap *regmap_pmc, struct regmap *regmap_sfr,
291 at91_clk_sama7g5_register_utmi(struct regmap *regmap_pmc, const char *name,