Home
last modified time | relevance | path

Searched full:pupd (Results 1 – 15 of 15) sorted by relevance

/linux/Documentation/devicetree/bindings/pinctrl/
H A Dmediatek,mt6795-pinctrl.yaml101 description: mt6795 pull down PUPD/R0/R1 type define value.
104 values; When pull down type is PUPD/R0/R1, adding R1R0 defines
111 description: mt6795 pull up PUPD/R0/R1 type define value.
114 values; When pull up type is PUPD/R0/R1, adding R1R0 defines will
H A Dmediatek,mt8188-pinctrl.yaml104 description: mt8188 pull down PUPD/R0/R1 type define value.
112 For pull down type is PUPD/R0/R1 type, it can add R1R0 define to
130 description: mt8188 pull up PUPD/R0/R1 type define value.
138 For pull up type is PUPD/R0/R1 type, it can add R1R0 define to set
H A Dmediatek,mt8186-pinctrl.yaml116 description: mt8186 pull down PUPD/R0/R1 type define value.
124 For pull down type is PUPD/R0/R1 type, it can add R1R0 define to
161 description: mt8186 pull up PUPD/R0/R1 type define value.
169 For pull up type is PUPD/R0/R1 type, it can add R1R0 define to
H A Dmediatek,mt8195-pinctrl.yaml109 description: mt8195 pull down PUPD/R0/R1 type define value.
117 For pull down type is PUPD/R0/R1 type, it can add R1R0 define to
157 description: mt8195 pull up PUPD/R0/R1 type define value.
165 For pull up type is PUPD/R0/R1 type, it can add R1R0 define to
H A Dti,da850-pupd.txt8 - compatible: Must be "ti,da850-pupd"
31 compatible = "ti,da850-pupd";
H A Dmediatek,mt8192-pinctrl.yaml92 description: PUPD/R1/R0 pull down type. See MTK_PUPD_SET_R1R0_
103 description: PUPD/R1/R0 pull up type. See MTK_PUPD_SET_R1R0_
H A Dmediatek,mt7986-pinctrl.yaml303 PUPD/R1/R0 pull down type. See MTK_PUPD_SET_R1R0 defines in
312 PUPD/R1/R0 pull down type. See MTK_PUPD_SET_R1R0 defines in
H A Dmediatek,mt7981-pinctrl.yaml357 PUPD/R1/R0 pull down type. See MTK_PUPD_SET_R1R0 defines in
366 PUPD/R1/R0 pull down type. See MTK_PUPD_SET_R1R0 defines in
/linux/drivers/pinctrl/
H A Dpinctrl-da850-pupd.c177 { .compatible = "ti,da850-pupd" },
184 .name = "ti-da850-pupd",
H A DMakefile22 obj-$(CONFIG_PINCTRL_DA850_PUPD) += pinctrl-da850-pupd.o
/linux/drivers/pinctrl/renesas/
H A Dpinctrl-rzv2m.c90 #define PUPD(n) (0x24 + (n) * 0x40) macro
492 /* PUPD uses 2-bits per pin */ in rzv2m_pinctrl_pinconf_get()
495 switch ((readl(pctrl->base + PUPD(port)) >> bit) & PUPD_MASK) { in rzv2m_pinctrl_pinconf_get()
596 /* PUPD uses 2-bits per pin */ in rzv2m_pinctrl_pinconf_set()
610 rzv2m_rmw_pin_config(pctrl, PUPD(port), bit, PUPD_MASK, val); in rzv2m_pinctrl_pinconf_set()
/linux/drivers/pinctrl/tegra/
H A Dpinctrl-tegra234.c1425 #define PIN_PINGROUP_ENTRY_Y(r, bank, pupd, e_io_hv, e_lpbk, e_input, \ argument
1434 .pupd_reg = PINGROUP_REG_##pupd(r), \
1615 #define PINGROUP(pg_name, f0, f1, f2, f3, r, bank, pupd, e_io_hv, e_lpbk, e_input, e_lpdr, e_pbias_… argument
1627 PIN_PINGROUP_ENTRY_Y(r, bank, pupd, e_io_hv, e_lpbk, \
H A Dpinctrl-tegra194.c1324 #define PIN_PINGROUP_ENTRY_Y(r, bank, pupd, e_io_hv, e_lpbk, e_input, \ argument
1334 .pupd_reg = PINGROUP_REG_##pupd(r), \
1571 #define PINGROUP(pg_name, f0, f1, f2, f3, r, bank, pupd, e_io_hv, e_lpbk, e_input, e_lpdr, e_pbias_… argument
1583 PIN_PINGROUP_ENTRY_Y(r, bank, pupd, e_io_hv, e_lpbk, \
H A Dpinctrl-tegra20.c2045 /* name, f0, f1, f2, f3, tri r/b, mux r/b, pupd r/b */
/linux/arch/arm/boot/dts/ti/davinci/
H A Dda850.dtsi911 compatible = "ti,da850-pupd";