Home
last modified time | relevance | path

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

/external/u-boot/arch/arm/cpu/armv8/hisilicon/
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()
/external/u-boot/arch/arm/include/asm/arch-hi6220/
Dpinmux.h27 #define PULL_DOWN (1 << 1) macro
/external/u-boot/drivers/pinctrl/
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()
/external/u-boot/arch/x86/include/asm/arch-braswell/
Dgpio.h109 PULL_DOWN, /* On Die Termination Down */ enumerator