Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/pinctrl/mvebu/
Dpinctrl-dove.c61 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()
[all …]