Home
last modified time | relevance | path

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

/Linux-v4.19/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 …]
/Linux-v4.19/include/dt-bindings/pinctrl/
Dhisi.h34 #define PULL_DOWN (1 << 1) macro
/Linux-v4.19/drivers/pinctrl/
Dpinctrl-at91.c54 #define PULL_DOWN (1 << 3) macro
890 *config |= PULL_DOWN; in at91_pinconf_get()
927 if (config & PULL_UP && config & PULL_DOWN) in at91_pinconf_set()
940 info->ops->set_pulldown(pio, mask, config & PULL_DOWN); in at91_pinconf_set()
981 DBG_SHOW_FLAG(PULL_DOWN); in at91_pinconf_dbg_show()
/Linux-v4.19/Documentation/devicetree/bindings/pinctrl/
Datmel,at91-pinctrl.txt93 PULL_DOWN (1 << 3): indicate this pin needs a pull down.
/Linux-v4.19/drivers/pinctrl/sprd/
Dpinctrl-sprd.c70 #define PULL_DOWN BIT(6) macro
673 val |= PULL_DOWN; in sprd_pinconf_set()
/Linux-v4.19/drivers/pinctrl/sirf/
Dpinctrl-atlas7.c112 #define PULL_DOWN 3 macro
4803 { P4WE_PULL_DOWN, PULL_DOWN },
4810 { P16ST_PULL_DOWN, PULL_DOWN },
4814 { PM31_PULL_DISABLED, PULL_DOWN },
4822 { PANGD_PULL_DOWN, PULL_DOWN },
4830 { PULL_DOWN, P4WE_PULL_DOWN },
4839 { PULL_DOWN, P16ST_PULL_DOWN },
4848 { PULL_DOWN, PM31_PULL_DISABLED },
4857 { PULL_DOWN, PANGD_PULL_DOWN },
5345 pin, PULL_DOWN); in atlas7_pin_config_set()