Searched full:r1r0 (Results 1 – 8 of 8) sorted by relevance
/linux/Documentation/devicetree/bindings/pinctrl/ |
H A D | mediatek,mt6795-pinctrl.yaml | 103 For normal pull down type, it is not necessary to specify R1R0 104 values; When pull down type is PUPD/R0/R1, adding R1R0 defines 113 For normal pull up type, it is not necessary to specify R1R0 114 values; When pull up type is PUPD/R0/R1, adding R1R0 defines will
|
H A D | mediatek,mt8188-pinctrl.yaml | 110 For pull down type is normal, it doesn't need add RSEL & R1R0 112 For pull down type is PUPD/R0/R1 type, it can add R1R0 define to 136 For pull up type is normal, it don't need add RSEL & R1R0 define 138 For pull up type is PUPD/R0/R1 type, it can add R1R0 define to set
|
H A D | mediatek,mt8186-pinctrl.yaml | 122 For pull down type is normal, it don't need add RSEL & R1R0 define 124 For pull down type is PUPD/R0/R1 type, it can add R1R0 define to 167 For pull up type is normal, it don't need add RSEL & R1R0 define 169 For pull up type is PUPD/R0/R1 type, it can add R1R0 define to
|
H A D | mediatek,mt8195-pinctrl.yaml | 115 For pull down type is normal, it don't need add RSEL & R1R0 define 117 For pull down type is PUPD/R0/R1 type, it can add R1R0 define to 163 For pull up type is normal, it don't need add RSEL & R1R0 define 165 For pull up type is PUPD/R0/R1 type, it can add R1R0 define to
|
/linux/drivers/pinctrl/mediatek/ |
H A D | pinctrl-mtk-common.c | 241 unsigned int pin, bool isup, unsigned int r1r0) in mtk_pctrl_spec_pull_set_samereg() argument 277 switch (r1r0) { in mtk_pctrl_spec_pull_set_samereg() 305 unsigned int reg_pullen, reg_pullsel, r1r0; in mtk_pconf_set_pull_select() local 313 /* For special pins, bias-disable is set by R1R0, in mtk_pconf_set_pull_select() 316 r1r0 = enable ? arg : MTK_PUPD_SET_R1R0_00; in mtk_pconf_set_pull_select() 319 r1r0); in mtk_pconf_set_pull_select()
|
H A D | pinctrl-mtk-common.h | 251 unsigned int pin, bool isup, unsigned int r1r0); 304 unsigned int pin, bool isup, unsigned int r1r0);
|
H A D | pinctrl-mt8135.c | 234 unsigned int pin, bool isup, unsigned int r1r0) in spec_pull_set() argument 264 switch (r1r0) { in spec_pull_set()
|
H A D | pinctrl-paris.c | 651 /* Case for: R1R0 */ in mtk_pctrl_show_one_pin()
|