Lines Matching defs:gpr
15 #include <linux/mfd/syscon/imx6q-iomuxc-gpr.h>
169 struct regmap *gpr;
198 gpr = syscon_regmap_lookup_by_compatible("fsl,imx6q-iomuxc-gpr");
199 if (!IS_ERR(gpr))
200 regmap_update_bits(gpr, IOMUXC_GPR1,
204 pr_err("failed to find fsl,imx6q-iomuxc-gpr regmap\n");
215 struct regmap *gpr;
218 gpr = syscon_regmap_lookup_by_compatible("fsl,imx6q-iomuxc-gpr");
219 if (!IS_ERR(gpr)) {
230 regmap_update_bits(gpr, IOMUXC_GPR4, mask, mask);
233 regmap_update_bits(gpr, IOMUXC_GPR6,
237 regmap_update_bits(gpr, IOMUXC_GPR7,
242 pr_warn("failed to find fsl,imx6q-iomuxc-gpr regmap\n");