Searched refs:PULL_DOWN (Results 1 – 13 of 13) sorted by relevance
/openbmc/linux/arch/arm64/boot/dts/hisilicon/ |
H A 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 …]
|
H 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 …]
|
H 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 …]
|
/openbmc/u-boot/arch/arm/cpu/armv8/hisilicon/ |
H A D | pinmux.c | 61 writel(DRIVE1_02MA | PULL_DOWN, &pmx1->iocfg[100]); in hi6220_uart_config() 63 writel(DRIVE1_02MA | PULL_DOWN, &pmx1->iocfg[101]); in hi6220_uart_config() 65 writel(DRIVE1_02MA | PULL_DOWN, &pmx1->iocfg[102]); in hi6220_uart_config() 67 writel(DRIVE1_02MA | PULL_DOWN, &pmx1->iocfg[103]); in hi6220_uart_config() 77 writel(DRIVE1_02MA | PULL_DOWN, &pmx1->iocfg[120]); in hi6220_uart_config() 79 writel(DRIVE1_02MA | PULL_DOWN, &pmx1->iocfg[121]); in hi6220_uart_config() 81 writel(DRIVE1_02MA | PULL_DOWN, &pmx1->iocfg[122]); in hi6220_uart_config() 83 writel(DRIVE1_02MA | PULL_DOWN, &pmx1->iocfg[123]); in hi6220_uart_config() 90 writel(DRIVE1_02MA | PULL_DOWN, &pmx1->iocfg[118]); in hi6220_uart_config() 92 writel(DRIVE1_02MA | PULL_DOWN, &pmx1->iocfg[119]); in hi6220_uart_config()
|
/openbmc/linux/arch/arm64/boot/dts/ti/ |
H A D | k3-pinctrl.h | 20 #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)
|
/openbmc/linux/include/dt-bindings/pinctrl/ |
H A D | hisi.h | 26 #define PULL_DOWN (1 << 1) macro
|
/openbmc/u-boot/include/dt-bindings/pinctrl/ |
H A D | hisi.h | 34 #define PULL_DOWN (1 << 1) macro
|
/openbmc/u-boot/arch/arm/include/asm/arch-hi6220/ |
H A D | pinmux.h | 27 #define PULL_DOWN (1 << 1) macro
|
/openbmc/u-boot/drivers/pinctrl/ |
H A D | pinctrl-at91.c | 32 #define PULL_DOWN BIT(3) macro 323 if ((config & PULL_UP) && (config & PULL_DOWN)) in at91_pinconf_set() 336 ops->set_pulldown(pio, mask, config & PULL_DOWN); in at91_pinconf_set()
|
/openbmc/linux/drivers/pinctrl/sprd/ |
H A D | pinctrl-sprd.c | 65 #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()
|
/openbmc/u-boot/arch/x86/include/asm/arch-braswell/ |
H A D | gpio.h | 109 PULL_DOWN, /* On Die Termination Down */ enumerator
|
/openbmc/linux/drivers/pinctrl/ |
H A 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()
|
/openbmc/linux/Documentation/devicetree/bindings/pinctrl/ |
H A D | atmel,at91-pinctrl.txt | 93 PULL_DOWN (1 << 3): indicate this pin needs a pull down.
|