Home
last modified time | relevance | path

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

/Linux-v6.1/include/dt-bindings/pinctrl/
Dmt65xx.h19 #define MTK_PULL_SET_RSEL_000 200 macro
/Linux-v6.1/drivers/pinctrl/mediatek/
Dpinctrl-mtk-common-v2.c721 if (arg < MTK_PULL_SET_RSEL_000 || in mtk_pinconf_bias_set_rsel()
727 rsel_val = arg - MTK_PULL_SET_RSEL_000; in mtk_pinconf_bias_set_rsel()
832 *enable = rsel + MTK_PULL_SET_RSEL_000; in mtk_pinconf_bias_get_rsel()
838 *enable = rsel + MTK_PULL_SET_RSEL_000; in mtk_pinconf_bias_get_rsel()
Dpinctrl-paris.c682 if (pullen >= MTK_PULL_SET_RSEL_000 && in mtk_pctrl_show_one_pin()
684 rsel = pullen - MTK_PULL_SET_RSEL_000; in mtk_pctrl_show_one_pin()