Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/cpu/armv8/hisilicon/
H A Dpinmux.c61 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/u-boot/include/dt-bindings/pinctrl/
H A Dhisi.h34 #define PULL_DOWN (1 << 1) macro
/openbmc/u-boot/arch/arm/include/asm/arch-hi6220/
H A Dpinmux.h27 #define PULL_DOWN (1 << 1) macro
/openbmc/u-boot/drivers/pinctrl/
H A Dpinctrl-at91.c32 #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/u-boot/arch/x86/include/asm/arch-braswell/
H A Dgpio.h109 PULL_DOWN, /* On Die Termination Down */ enumerator