Home
last modified time | relevance | path

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

/openbmc/linux/include/dt-bindings/pinctrl/
H A Dmt65xx.h19 #define MTK_PULL_SET_RSEL_000 200 macro
/openbmc/linux/drivers/pinctrl/mediatek/
H A Dpinctrl-mtk-common-v2.c718 if (arg < MTK_PULL_SET_RSEL_000 || arg > MTK_PULL_SET_RSEL_111) in mtk_pinconf_bias_set_rsel()
721 rsel_val = arg - MTK_PULL_SET_RSEL_000; in mtk_pinconf_bias_set_rsel()
835 *enable = rsel + MTK_PULL_SET_RSEL_000; in mtk_pinconf_bias_get_pu_pd_rsel()
841 *enable = rsel + MTK_PULL_SET_RSEL_000; in mtk_pinconf_bias_get_pu_pd_rsel()
H A Dpinctrl-paris.c673 if (pullen >= MTK_PULL_SET_RSEL_000 && in mtk_pctrl_show_one_pin()
675 rsel = pullen - MTK_PULL_SET_RSEL_000; in mtk_pctrl_show_one_pin()