Home
last modified time | relevance | path

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

/Linux-v5.4/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 …]
/Linux-v5.4/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
/Linux-v5.4/drivers/pinctrl/
Dpinctrl-at91.c53 #define PULL_DOWN (1 << 3) macro
988 *config |= PULL_DOWN; in at91_pinconf_get()
1027 if (config & PULL_UP && config & PULL_DOWN) in at91_pinconf_set()
1040 info->ops->set_pulldown(pio, mask, config & PULL_DOWN); in at91_pinconf_set()
1084 DBG_SHOW_FLAG(PULL_DOWN); in at91_pinconf_dbg_show()
/Linux-v5.4/drivers/pinctrl/sprd/
Dpinctrl-sprd.c62 #define PULL_DOWN BIT(6) macro
648 val |= PULL_DOWN; in sprd_pinconf_set()
/Linux-v5.4/Documentation/devicetree/bindings/pinctrl/
Datmel,at91-pinctrl.txt93 PULL_DOWN (1 << 3): indicate this pin needs a pull down.
/Linux-v5.4/drivers/pinctrl/sirf/
Dpinctrl-atlas7.c110 #define PULL_DOWN 3 macro
4801 { P4WE_PULL_DOWN, PULL_DOWN },
4808 { P16ST_PULL_DOWN, PULL_DOWN },
4812 { PM31_PULL_DISABLED, PULL_DOWN },
4820 { PANGD_PULL_DOWN, PULL_DOWN },
4828 { PULL_DOWN, P4WE_PULL_DOWN },
4837 { PULL_DOWN, P16ST_PULL_DOWN },
4846 { PULL_DOWN, PM31_PULL_DISABLED },
4855 { PULL_DOWN, PANGD_PULL_DOWN },
5343 pin, PULL_DOWN); in atlas7_pin_config_set()