Searched refs:PULL_DOWN (Results 1 – 8 of 8) sorted by relevance
/linux-6.1.9/arch/arm64/boot/dts/hisilicon/ |
D | hikey-pinctrl.dtsi | 251 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 …]
|
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 …]
|
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.1.9/include/dt-bindings/pinctrl/ |
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)
|
D | hisi.h | 26 #define PULL_DOWN (1 << 1) macro
|
/linux-6.1.9/drivers/pinctrl/sprd/ |
D | pinctrl-sprd.c | 63 #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()
|
/linux-6.1.9/drivers/pinctrl/ |
D | pinctrl-at91.c | 72 #define PULL_DOWN (1 << 3) macro 1010 *config |= PULL_DOWN; in at91_pinconf_get() 1049 if (config & PULL_UP && config & PULL_DOWN) in at91_pinconf_set() 1062 info->ops->set_pulldown(pio, mask, config & PULL_DOWN); in at91_pinconf_set() 1106 DBG_SHOW_FLAG(PULL_DOWN); in at91_pinconf_dbg_show()
|
/linux-6.1.9/Documentation/devicetree/bindings/pinctrl/ |
D | atmel,at91-pinctrl.txt | 93 PULL_DOWN (1 << 3): indicate this pin needs a pull down.
|