mtk_get_regmap
return regmap_write(mtk_get_regmap(pctl, offset), reg_addr, bit);
return pctl->devdata->spec_ies_smt_set(mtk_get_regmap(pctl, pin),
regmap_write(mtk_get_regmap(pctl, pin), reg_addr, bit);
return regmap_update_bits(mtk_get_regmap(pctl, pin),
ret = pctl->devdata->spec_pull_set(mtk_get_regmap(pctl, pin),
ret = pctl->devdata->mt8365_set_clr_mode(mtk_get_regmap(pctl, pin),
regmap_write(mtk_get_regmap(pctl, pin), reg_pullen, bit);
regmap_write(mtk_get_regmap(pctl, pin), reg_pullsel, bit);
pctl->devdata->spec_pinmux_set(mtk_get_regmap(pctl, pin),
return regmap_update_bits(mtk_get_regmap(pctl, pin),
regmap_write(mtk_get_regmap(pctl, offset), reg_addr, bit);