Lines Matching defs:regmap
11 #include <linux/regmap.h>
24 struct regmap *regmap_pmc;
25 struct regmap *regmap_sfr;
30 static inline bool clk_utmi_ready(struct regmap *regmap)
34 regmap_read(regmap, AT91_PMC_SR, &status);
124 at91_clk_register_utmi_internal(struct regmap *regmap_pmc,
125 struct regmap *regmap_sfr,
159 at91_clk_register_utmi(struct regmap *regmap_pmc, struct regmap *regmap_sfr,
242 at91_clk_sama7g5_register_utmi(struct regmap *regmap_pmc, const char *name,