Home
last modified time | relevance | path

Searched refs:PULL_DOWN (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/kernel/arch/arm64/boot/dts/hisilicon/
H A Dhikey-pinctrl.dtsi251 pinctrl-single,bias-pulldown = <PULL_DIS PULL_DOWN PULL_DIS PULL_DOWN>;
260 pinctrl-single,bias-pulldown = <PULL_DIS PULL_DOWN PULL_DIS PULL_DOWN>;
269 pinctrl-single,bias-pulldown = <PULL_DIS PULL_DOWN PULL_DIS PULL_DOWN>;
286 pinctrl-single,bias-pulldown = <PULL_DIS PULL_DOWN PULL_DIS PULL_DOWN>;
295 pinctrl-single,bias-pulldown = <PULL_DIS PULL_DOWN PULL_DIS PULL_DOWN>;
304 pinctrl-single,bias-pulldown = <PULL_DIS PULL_DOWN PULL_DIS PULL_DOWN>;
312 pinctrl-single,bias-pulldown = <PULL_DOWN PULL_DOWN PULL_DIS PULL_DOWN>;
325 pinctrl-single,bias-pulldown = <PULL_DIS PULL_DOWN PULL_DIS PULL_DOWN>;
337 pinctrl-single,bias-pulldown = <PULL_DOWN PULL_DOWN PULL_DIS PULL_DOWN>;
346 pinctrl-single,bias-pulldown = <PULL_DIS PULL_DOWN PULL_DIS PULL_DOWN>;
[all …]
H A Dhikey960-pinctrl.dtsi335 PULL_DOWN
337 PULL_DOWN
357 PULL_DOWN
359 PULL_DOWN
378 PULL_DOWN
380 PULL_DOWN
399 PULL_DOWN
401 PULL_DOWN
422 PULL_DOWN
424 PULL_DOWN
[all …]
H A Dhikey970-pinctrl.dtsi79 PULL_DOWN
81 PULL_DOWN
103 PULL_DOWN
105 PULL_DOWN
127 PULL_DOWN
129 PULL_DOWN
151 PULL_DOWN
153 PULL_DOWN
173 PULL_DOWN
175 PULL_DOWN
[all …]
/OK3568_Linux_fs/u-boot/arch/arm/cpu/armv8/hisilicon/
H A Dpinmux.c62 writel(DRIVE1_02MA | PULL_DOWN, &pmx1->iocfg[100]); in hi6220_uart_config()
64 writel(DRIVE1_02MA | PULL_DOWN, &pmx1->iocfg[101]); in hi6220_uart_config()
66 writel(DRIVE1_02MA | PULL_DOWN, &pmx1->iocfg[102]); in hi6220_uart_config()
68 writel(DRIVE1_02MA | PULL_DOWN, &pmx1->iocfg[103]); in hi6220_uart_config()
78 writel(DRIVE1_02MA | PULL_DOWN, &pmx1->iocfg[120]); in hi6220_uart_config()
80 writel(DRIVE1_02MA | PULL_DOWN, &pmx1->iocfg[121]); in hi6220_uart_config()
82 writel(DRIVE1_02MA | PULL_DOWN, &pmx1->iocfg[122]); in hi6220_uart_config()
84 writel(DRIVE1_02MA | PULL_DOWN, &pmx1->iocfg[123]); in hi6220_uart_config()
91 writel(DRIVE1_02MA | PULL_DOWN, &pmx1->iocfg[118]); in hi6220_uart_config()
93 writel(DRIVE1_02MA | PULL_DOWN, &pmx1->iocfg[119]); in hi6220_uart_config()
/OK3568_Linux_fs/kernel/include/dt-bindings/pinctrl/
H A Dk3.h19 #define PULL_DOWN (0 << PULLTYPESEL_SHIFT | PULL_ENABLE) macro
27 #define PIN_OUTPUT_PULLDOWN (INPUT_DISABLE | PULL_DOWN)
30 #define PIN_INPUT_PULLDOWN (INPUT_EN | PULL_DOWN)
H A Dhisi.h34 #define PULL_DOWN (1 << 1) macro
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-hi6220/
H A Dpinmux.h28 #define PULL_DOWN (1 << 1) macro
/OK3568_Linux_fs/u-boot/drivers/pinctrl/
H A Dpinctrl-at91.c32 #define PULL_DOWN BIT(3) macro
323 if ((config & PULL_UP) && (config & PULL_DOWN)) in at91_pinconf_set()
336 ops->set_pulldown(pio, mask, config & PULL_DOWN); in at91_pinconf_set()
/OK3568_Linux_fs/kernel/drivers/pinctrl/sprd/
H A Dpinctrl-sprd.c63 #define PULL_DOWN BIT(6) macro
497 (reg & (PULL_DOWN | PULL_UP_4_7K | PULL_UP_20K))) in sprd_pinconf_get()
675 val |= PULL_DOWN; in sprd_pinconf_set()
710 mask = PULL_DOWN | PULL_UP_20K | in sprd_pinconf_set()
/OK3568_Linux_fs/kernel/drivers/pinctrl/
H A Dpinctrl-at91.c53 #define PULL_DOWN (1 << 3) macro
991 *config |= PULL_DOWN; in at91_pinconf_get()
1030 if (config & PULL_UP && config & PULL_DOWN) in at91_pinconf_set()
1043 info->ops->set_pulldown(pio, mask, config & PULL_DOWN); in at91_pinconf_set()
1087 DBG_SHOW_FLAG(PULL_DOWN); in at91_pinconf_dbg_show()
/OK3568_Linux_fs/kernel/drivers/pinctrl/sirf/
H A Dpinctrl-atlas7.c110 #define PULL_DOWN 3 macro
4797 { P4WE_PULL_DOWN, PULL_DOWN },
4804 { P16ST_PULL_DOWN, PULL_DOWN },
4808 { PM31_PULL_DISABLED, PULL_DOWN },
4816 { PANGD_PULL_DOWN, PULL_DOWN },
4824 { PULL_DOWN, P4WE_PULL_DOWN },
4833 { PULL_DOWN, P16ST_PULL_DOWN },
4842 { PULL_DOWN, PM31_PULL_DISABLED },
4851 { PULL_DOWN, PANGD_PULL_DOWN },
5340 pin, PULL_DOWN); in atlas7_pin_config_set()
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/pinctrl/
H A Datmel,at91-pinctrl.txt93 PULL_DOWN (1 << 3): indicate this pin needs a pull down.