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,mt8189-pinctrl.yaml111 For pull down type is normal, it doesn't need add R1R0 define
114 For pull down type is PUPD/R0/R1 type, it can add R1R0 define to
131 For pull up type is normal, it don't need add R1R0 define
134 For pull up type is PUPD/R0/R1 type, it can add R1R0 define to
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,mt8196-pinctrl.yaml128 For pull down type is normal, it doesn't need add R1R0 define
130 For pull down type is PUPD/R0/R1 type, it can add R1R0 define to
147 For pull up type is normal, it don't need add R1R0 define
149 For pull up type is PUPD/R0/R1 type, it can add R1R0 define to
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.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()