Searched refs:PULL_DOWN (Results 1 – 8 of 8) sorted by relevance
/linux-6.3-rc2/arch/arm64/boot/dts/hisilicon/ |
A D | hikey-pinctrl.dtsi | 312 pinctrl-single,bias-pulldown = <PULL_DOWN PULL_DOWN PULL_DIS PULL_DOWN>; 337 pinctrl-single,bias-pulldown = <PULL_DOWN PULL_DOWN PULL_DIS PULL_DOWN>; 354 pinctrl-single,bias-pulldown = <PULL_DOWN PULL_DOWN PULL_DIS PULL_DOWN>; 411 pinctrl-single,bias-pulldown = <PULL_DOWN PULL_DOWN PULL_DIS PULL_DOWN>; 420 pinctrl-single,bias-pulldown = <PULL_DOWN PULL_DOWN PULL_DIS PULL_DOWN>; 446 pinctrl-single,bias-pulldown = <PULL_DOWN PULL_DOWN PULL_DIS PULL_DOWN>; 479 pinctrl-single,bias-pulldown = <PULL_DOWN PULL_DOWN PULL_DIS PULL_DOWN>; 502 pinctrl-single,bias-pulldown = <PULL_DOWN PULL_DOWN PULL_DIS PULL_DOWN>; 511 pinctrl-single,bias-pulldown = <PULL_DOWN PULL_DOWN PULL_DIS PULL_DOWN>; 520 pinctrl-single,bias-pulldown = <PULL_DOWN PULL_DOWN PULL_DIS PULL_DOWN>; [all …]
|
A D | hikey970-pinctrl.dtsi | 226 PULL_DOWN 228 PULL_DOWN 250 PULL_DOWN 252 PULL_DOWN 274 PULL_DOWN 276 PULL_DOWN 298 PULL_DOWN 300 PULL_DOWN 320 PULL_DOWN 322 PULL_DOWN [all …]
|
A D | hikey960-pinctrl.dtsi | 335 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-6.3-rc2/include/dt-bindings/pinctrl/ |
A D | k3.h | 19 #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)
|
A D | hisi.h | 26 #define PULL_DOWN (1 << 1) macro
|
/linux-6.3-rc2/drivers/pinctrl/sprd/ |
A D | pinctrl-sprd.c | 66 #define PULL_DOWN BIT(6) macro 500 (reg & (PULL_DOWN | PULL_UP_4_7K | PULL_UP_20K))) in sprd_pinconf_get() 678 val |= PULL_DOWN; in sprd_pinconf_set() 713 mask = PULL_DOWN | PULL_UP_20K | in sprd_pinconf_set()
|
/linux-6.3-rc2/drivers/pinctrl/ |
A D | pinctrl-at91.c | 74 #define PULL_DOWN (1 << 3) macro 1012 *config |= PULL_DOWN; in at91_pinconf_get() 1051 if (config & PULL_UP && config & PULL_DOWN) in at91_pinconf_set() 1064 info->ops->set_pulldown(pio, mask, config & PULL_DOWN); in at91_pinconf_set() 1108 DBG_SHOW_FLAG(PULL_DOWN); in at91_pinconf_dbg_show()
|
/linux-6.3-rc2/Documentation/devicetree/bindings/pinctrl/ |
A D | atmel,at91-pinctrl.txt | 93 PULL_DOWN (1 << 3): indicate this pin needs a pull down.
|
Completed in 59 milliseconds