Lines Matching refs:gconfmap
61 static struct regmap *gconfmap; variable
174 regmap_read(gconfmap, MPP_GENERAL_CONFIG, &gmpp); in dove_nand_ctrl_get()
183 regmap_update_bits(gconfmap, MPP_GENERAL_CONFIG, in dove_nand_ctrl_set()
220 regmap_read(gconfmap, SSP_CTRL_STATUS_1, &sspc1); in dove_audio1_ctrl_get()
221 regmap_read(gconfmap, MPP_GENERAL_CONFIG, &gmpp); in dove_audio1_ctrl_get()
222 regmap_read(gconfmap, GLOBAL_CONFIG_2, &gcfg2); in dove_audio1_ctrl_get()
253 regmap_update_bits(gconfmap, SSP_CTRL_STATUS_1, in dove_audio1_ctrl_set()
256 regmap_update_bits(gconfmap, MPP_GENERAL_CONFIG, in dove_audio1_ctrl_set()
259 regmap_update_bits(gconfmap, GLOBAL_CONFIG_2, in dove_audio1_ctrl_set()
313 regmap_read(gconfmap, GLOBAL_CONFIG_1, &gcfg1); in dove_twsi_ctrl_get()
314 regmap_read(gconfmap, GLOBAL_CONFIG_2, &gcfg2); in dove_twsi_ctrl_get()
345 regmap_update_bits(gconfmap, GLOBAL_CONFIG_1, in dove_twsi_ctrl_set()
348 regmap_update_bits(gconfmap, GLOBAL_CONFIG_2, in dove_twsi_ctrl_set()
829 gconfmap = syscon_regmap_lookup_by_compatible("marvell,dove-global-config"); in dove_pinctrl_probe()
830 if (IS_ERR(gconfmap)) { in dove_pinctrl_probe()
839 gconfmap = devm_regmap_init_mmio(&pdev->dev, in dove_pinctrl_probe()
841 if (IS_ERR(gconfmap)) in dove_pinctrl_probe()
842 return PTR_ERR(gconfmap); in dove_pinctrl_probe()