Home
last modified time | relevance | path

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

/Linux-v6.6/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 …]
Dhikey970-pinctrl.dtsi226 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 …]
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-v6.6/arch/arm64/boot/dts/ti/
Dk3-pinctrl.h20 #define PULL_DOWN (0 << PULLTYPESEL_SHIFT | PULL_ENABLE) macro
28 #define PIN_OUTPUT_PULLDOWN (INPUT_DISABLE | PULL_DOWN)
31 #define PIN_INPUT_PULLDOWN (INPUT_EN | PULL_DOWN)
/Linux-v6.6/include/dt-bindings/pinctrl/
Dhisi.h26 #define PULL_DOWN (1 << 1) macro
/Linux-v6.6/drivers/pinctrl/sprd/
Dpinctrl-sprd.c65 #define PULL_DOWN BIT(6) macro
499 (reg & (PULL_DOWN | PULL_UP_4_7K | PULL_UP_20K))) in sprd_pinconf_get()
677 val |= PULL_DOWN; in sprd_pinconf_set()
712 mask = PULL_DOWN | PULL_UP_20K | in sprd_pinconf_set()
/Linux-v6.6/drivers/pinctrl/
Dpinctrl-at91.c73 #define PULL_DOWN (1 << 3) macro
1011 *config |= PULL_DOWN; in at91_pinconf_get()
1050 if (config & PULL_UP && config & PULL_DOWN) in at91_pinconf_set()
1063 info->ops->set_pulldown(pio, mask, config & PULL_DOWN); in at91_pinconf_set()
1107 DBG_SHOW_FLAG(PULL_DOWN); in at91_pinconf_dbg_show()
/Linux-v6.6/Documentation/devicetree/bindings/pinctrl/
Datmel,at91-pinctrl.txt93 PULL_DOWN (1 << 3): indicate this pin needs a pull down.