Home
last modified time | relevance | path

Searched full:r1r0 (Results 1 – 8 of 8) sorted by relevance

/Linux-v6.1/Documentation/devicetree/bindings/pinctrl/
Dmediatek,pinctrl-mt6795.yaml101 For normal pull down type, it is not necessary to specify R1R0
102 values; When pull down type is PUPD/R0/R1, adding R1R0 defines
111 For normal pull up type, it is not necessary to specify R1R0
112 values; When pull up type is PUPD/R0/R1, adding R1R0 defines
Dmediatek,mt8188-pinctrl.yaml109 For pull down type is normal, it doesn't need add RSEL & R1R0 define
111 For pull down type is PUPD/R0/R1 type, it can add R1R0 define to
132 For pull up type is normal, it don't need add RSEL & R1R0 define
134 For pull up type is PUPD/R0/R1 type, it can add R1R0 define to
Dpinctrl-mt8186.yaml123 For pull down type is normal, it don't need add RSEL & R1R0 define
125 For pull down type is PUPD/R0/R1 type, it can add R1R0 define to
168 For pull up type is normal, it don't need add RSEL & R1R0 define
170 For pull up type is PUPD/R0/R1 type, it can add R1R0 define to
Dpinctrl-mt8195.yaml116 For pull down type is normal, it don't need add RSEL & R1R0 define
118 For pull down type is PUPD/R0/R1 type, it can add R1R0 define to
164 For pull up type is normal, it don't need add RSEL & R1R0 define
166 For pull up type is PUPD/R0/R1 type, it can add R1R0 define to
/Linux-v6.1/drivers/pinctrl/mediatek/
Dpinctrl-mtk-common.c243 unsigned int pin, bool isup, unsigned int r1r0) in mtk_pctrl_spec_pull_set_samereg() argument
279 switch (r1r0) { in mtk_pctrl_spec_pull_set_samereg()
307 unsigned int reg_pullen, reg_pullsel, r1r0; in mtk_pconf_set_pull_select() local
315 /* For special pins, bias-disable is set by R1R0, in mtk_pconf_set_pull_select()
318 r1r0 = enable ? arg : MTK_PUPD_SET_R1R0_00; in mtk_pconf_set_pull_select()
321 r1r0); in mtk_pconf_set_pull_select()
Dpinctrl-mtk-common.h248 unsigned int pin, bool isup, unsigned int r1r0);
298 unsigned int pin, bool isup, unsigned int r1r0);
Dpinctrl-mt8135.c235 unsigned int pin, bool isup, unsigned int r1r0) in spec_pull_set() argument
265 switch (r1r0) { in spec_pull_set()
Dpinctrl-paris.c662 /* Case for: R1R0 */ in mtk_pctrl_show_one_pin()