Home
last modified time | relevance | path

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

/linux/include/dt-bindings/pinctrl/
A Dmt65xx.h19 #define MTK_PULL_SET_RSEL_000 200 macro
/linux/Documentation/devicetree/bindings/pinctrl/
A Dpinctrl-mt8195.yaml101 It can support "MTK_PULL_SET_RSEL_000" & "MTK_PULL_SET_RSEL_001"
141 It can support "MTK_PULL_SET_RSEL_000" & "MTK_PULL_SET_RSEL_001"
/linux/drivers/pinctrl/mediatek/
A Dpinctrl-mtk-common-v2.c718 if (arg < MTK_PULL_SET_RSEL_000 || in mtk_pinconf_bias_set_rsel()
724 rsel_val = arg - MTK_PULL_SET_RSEL_000; in mtk_pinconf_bias_set_rsel()
827 *enable = rsel + MTK_PULL_SET_RSEL_000; in mtk_pinconf_bias_get_rsel()
833 *enable = rsel + MTK_PULL_SET_RSEL_000; in mtk_pinconf_bias_get_rsel()
A Dpinctrl-paris.c623 if (pullen >= MTK_PULL_SET_RSEL_000 && in mtk_pctrl_show_one_pin()
625 rsel = pullen - MTK_PULL_SET_RSEL_000; in mtk_pctrl_show_one_pin()

Completed in 8 milliseconds