Home
last modified time | relevance | path

Searched refs:gconfmap (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/pinctrl/mvebu/
Dpinctrl-dove.c65 static struct regmap *gconfmap; variable
178 regmap_read(gconfmap, MPP_GENERAL_CONFIG, &gmpp); in dove_nand_ctrl_get()
187 regmap_update_bits(gconfmap, MPP_GENERAL_CONFIG, in dove_nand_ctrl_set()
224 regmap_read(gconfmap, SSP_CTRL_STATUS_1, &sspc1); in dove_audio1_ctrl_get()
225 regmap_read(gconfmap, MPP_GENERAL_CONFIG, &gmpp); in dove_audio1_ctrl_get()
226 regmap_read(gconfmap, GLOBAL_CONFIG_2, &gcfg2); in dove_audio1_ctrl_get()
257 regmap_update_bits(gconfmap, SSP_CTRL_STATUS_1, in dove_audio1_ctrl_set()
260 regmap_update_bits(gconfmap, MPP_GENERAL_CONFIG, in dove_audio1_ctrl_set()
263 regmap_update_bits(gconfmap, GLOBAL_CONFIG_2, in dove_audio1_ctrl_set()
317 regmap_read(gconfmap, GLOBAL_CONFIG_1, &gcfg1); in dove_twsi_ctrl_get()
[all …]