Home
last modified time | relevance | path

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

/linux/Documentation/devicetree/bindings/pinctrl/
H A Dmediatek,mt6795-pinctrl.yaml103 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 Dmediatek,mt8188-pinctrl.yaml110 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 Dmediatek,mt8186-pinctrl.yaml122 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 Dmediatek,mt8195-pinctrl.yaml115 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 Dpinctrl-mtk-common.c241 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 Dpinctrl-mtk-common.h251 unsigned int pin, bool isup, unsigned int r1r0);
304 unsigned int pin, bool isup, unsigned int r1r0);
H A Dpinctrl-mt8135.c234 unsigned int pin, bool isup, unsigned int r1r0) in spec_pull_set() argument
264 switch (r1r0) { in spec_pull_set()
H A Dpinctrl-paris.c651 /* Case for: R1R0 */ in mtk_pctrl_show_one_pin()