Searched refs:PULL_DOWN (Results 1 – 3 of 3) sorted by relevance
| /rk3399_rockchip-uboot/arch/arm/cpu/armv8/hisilicon/ |
| H A D | pinmux.c | 62 writel(DRIVE1_02MA | PULL_DOWN, &pmx1->iocfg[100]); in hi6220_uart_config() 64 writel(DRIVE1_02MA | PULL_DOWN, &pmx1->iocfg[101]); in hi6220_uart_config() 66 writel(DRIVE1_02MA | PULL_DOWN, &pmx1->iocfg[102]); in hi6220_uart_config() 68 writel(DRIVE1_02MA | PULL_DOWN, &pmx1->iocfg[103]); in hi6220_uart_config() 78 writel(DRIVE1_02MA | PULL_DOWN, &pmx1->iocfg[120]); in hi6220_uart_config() 80 writel(DRIVE1_02MA | PULL_DOWN, &pmx1->iocfg[121]); in hi6220_uart_config() 82 writel(DRIVE1_02MA | PULL_DOWN, &pmx1->iocfg[122]); in hi6220_uart_config() 84 writel(DRIVE1_02MA | PULL_DOWN, &pmx1->iocfg[123]); in hi6220_uart_config() 91 writel(DRIVE1_02MA | PULL_DOWN, &pmx1->iocfg[118]); in hi6220_uart_config() 93 writel(DRIVE1_02MA | PULL_DOWN, &pmx1->iocfg[119]); in hi6220_uart_config()
|
| /rk3399_rockchip-uboot/arch/arm/include/asm/arch-hi6220/ |
| H A D | pinmux.h | 28 #define PULL_DOWN (1 << 1) macro
|
| /rk3399_rockchip-uboot/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()
|