Searched full:r1r0 (Results 1 – 8 of 8) sorted by relevance
/Linux-v6.1/Documentation/devicetree/bindings/pinctrl/ |
D | mediatek,pinctrl-mt6795.yaml | 101 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
|
D | mediatek,mt8188-pinctrl.yaml | 109 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
|
D | pinctrl-mt8186.yaml | 123 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
|
D | pinctrl-mt8195.yaml | 116 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/ |
D | pinctrl-mtk-common.c | 243 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()
|
D | pinctrl-mtk-common.h | 248 unsigned int pin, bool isup, unsigned int r1r0); 298 unsigned int pin, bool isup, unsigned int r1r0);
|
D | pinctrl-mt8135.c | 235 unsigned int pin, bool isup, unsigned int r1r0) in spec_pull_set() argument 265 switch (r1r0) { in spec_pull_set()
|
D | pinctrl-paris.c | 662 /* Case for: R1R0 */ in mtk_pctrl_show_one_pin()
|