Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/arm64/boot/dts/hisilicon/
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 …]
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 …]
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 …]
/kernel/linux/linux-5.10/include/dt-bindings/pinctrl/
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)
Dhisi.h34 #define PULL_DOWN (1 << 1) macro
/kernel/linux/linux-5.10/drivers/pinctrl/sprd/
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()
/kernel/linux/linux-5.10/drivers/pinctrl/
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()
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/pinctrl/
Datmel,at91-pinctrl.txt93 PULL_DOWN (1 << 3): indicate this pin needs a pull down.
/kernel/linux/linux-5.10/drivers/pinctrl/sirf/
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()