Lines Matching defs:gpr
15 #include <linux/mfd/syscon/imx6q-iomuxc-gpr.h>
84 struct regmap *gpr;
121 gpr = syscon_regmap_lookup_by_compatible("fsl,imx6q-iomuxc-gpr");
122 if (!IS_ERR(gpr))
123 regmap_update_bits(gpr, IOMUXC_GPR1,
127 pr_err("failed to find fsl,imx6q-iomuxc-gpr regmap\n");
138 struct regmap *gpr;
141 gpr = syscon_regmap_lookup_by_compatible("fsl,imx6q-iomuxc-gpr");
142 if (!IS_ERR(gpr)) {
153 regmap_update_bits(gpr, IOMUXC_GPR4, mask, mask);
156 regmap_update_bits(gpr, IOMUXC_GPR6,
160 regmap_update_bits(gpr, IOMUXC_GPR7,
165 pr_warn("failed to find fsl,imx6q-iomuxc-gpr regmap\n");