Lines Matching refs:gconfmap
67 static struct regmap *gconfmap; variable
185 regmap_read(gconfmap, MPP_GENERAL_CONFIG, &gmpp); in dove_nand_ctrl_get()
193 regmap_update_bits(gconfmap, MPP_GENERAL_CONFIG, in dove_nand_ctrl_set()
227 regmap_read(gconfmap, SSP_CTRL_STATUS_1, &sspc1); in dove_audio1_ctrl_get()
228 regmap_read(gconfmap, MPP_GENERAL_CONFIG, &gmpp); in dove_audio1_ctrl_get()
229 regmap_read(gconfmap, GLOBAL_CONFIG_2, &gcfg2); in dove_audio1_ctrl_get()
259 regmap_update_bits(gconfmap, SSP_CTRL_STATUS_1, in dove_audio1_ctrl_set()
262 regmap_update_bits(gconfmap, MPP_GENERAL_CONFIG, in dove_audio1_ctrl_set()
265 regmap_update_bits(gconfmap, GLOBAL_CONFIG_2, in dove_audio1_ctrl_set()
316 regmap_read(gconfmap, GLOBAL_CONFIG_1, &gcfg1); in dove_twsi_ctrl_get()
317 regmap_read(gconfmap, GLOBAL_CONFIG_2, &gcfg2); in dove_twsi_ctrl_get()
347 regmap_update_bits(gconfmap, GLOBAL_CONFIG_1, in dove_twsi_ctrl_set()
350 regmap_update_bits(gconfmap, GLOBAL_CONFIG_2, in dove_twsi_ctrl_set()
818 gconfmap = syscon_regmap_lookup_by_compatible("marvell,dove-global-config"); in dove_pinctrl_probe()
819 if (IS_ERR(gconfmap)) { in dove_pinctrl_probe()
828 gconfmap = devm_regmap_init_mmio(&pdev->dev, in dove_pinctrl_probe()
830 if (IS_ERR(gconfmap)) in dove_pinctrl_probe()
831 return PTR_ERR(gconfmap); in dove_pinctrl_probe()