Searched refs:PUPD (Results 1 – 8 of 8) sorted by relevance
/linux-6.3-rc2/Documentation/devicetree/bindings/pinctrl/ |
A D | mediatek,pinctrl-mt6795.yaml | 102 description: mt6795 pull down PUPD/R0/R1 type define value. 105 values; When pull down type is PUPD/R0/R1, adding R1R0 defines 112 description: mt6795 pull up PUPD/R0/R1 type define value. 115 values; When pull up type is PUPD/R0/R1, adding R1R0 defines
|
A D | pinctrl-mt8186.yaml | 117 description: mt8186 pull down PUPD/R0/R1 type define value. 125 For pull down type is PUPD/R0/R1 type, it can add R1R0 define to 162 description: mt8186 pull up PUPD/R0/R1 type define value. 170 For pull up type is PUPD/R0/R1 type, it can add R1R0 define to
|
A D | mediatek,mt8188-pinctrl.yaml | 103 description: mt8188 pull down PUPD/R0/R1 type define value. 111 For pull down type is PUPD/R0/R1 type, it can add R1R0 define to 126 description: mt8188 pull up PUPD/R0/R1 type define value. 134 For pull up type is PUPD/R0/R1 type, it can add R1R0 define to
|
A D | pinctrl-mt8195.yaml | 110 description: mt8195 pull down PUPD/R0/R1 type define value. 118 For pull down type is PUPD/R0/R1 type, it can add R1R0 define to 158 description: mt8195 pull up PUPD/R0/R1 type define value. 166 For pull up type is PUPD/R0/R1 type, it can add R1R0 define to
|
A D | pinctrl-mt8192.yaml | 91 description: PUPD/R1/R0 pull down type. See MTK_PUPD_SET_R1R0_ 102 description: PUPD/R1/R0 pull up type. See MTK_PUPD_SET_R1R0_
|
A D | mediatek,mt7981-pinctrl.yaml | 352 PUPD/R1/R0 pull down type. See MTK_PUPD_SET_R1R0 defines in 361 PUPD/R1/R0 pull down type. See MTK_PUPD_SET_R1R0 defines in
|
A D | mediatek,mt7986-pinctrl.yaml | 301 PUPD/R1/R0 pull down type. See MTK_PUPD_SET_R1R0 defines in 310 PUPD/R1/R0 pull down type. See MTK_PUPD_SET_R1R0 defines in
|
/linux-6.3-rc2/drivers/pinctrl/renesas/ |
A D | pinctrl-rzv2m.c | 88 #define PUPD(n) (0x24 + (n) * 0x40) macro 479 switch ((readl(pctrl->base + PUPD(port)) >> bit) & PUPD_MASK) { in rzv2m_pinctrl_pinconf_get() 594 rzv2m_rmw_pin_config(pctrl, PUPD(port), bit, PUPD_MASK, val); in rzv2m_pinctrl_pinconf_set()
|
Completed in 13 milliseconds