Searched refs:PULL_UP (Results 1 – 12 of 12) sorted by relevance
| /rk3399_rockchip-uboot/include/dt-bindings/pinctrl/ |
| H A D | am43xx.h | 19 #define PULL_UP (1 << 17) macro 27 #define PIN_OUTPUT_PULLUP (PULL_UP) 30 #define PIN_INPUT_PULLUP (INPUT_EN | PULL_UP)
|
| H A D | dra.h | 55 #define PULL_UP (1 << 17) macro 63 #define PIN_OUTPUT_PULLUP (PULL_UP) 67 #define PIN_INPUT_PULLUP (PULL_ENA | INPUT_EN | PULL_UP)
|
| H A D | am33xx.h | 27 #define PIN_OUTPUT_PULLUP (PULL_UP) 30 #define PIN_INPUT_PULLUP (INPUT_EN | PULL_UP)
|
| H A D | omap.h | 25 #define PULL_UP (1 << 4) macro 42 #define PIN_OUTPUT_PULLUP (PIN_OUTPUT | PULL_ENA | PULL_UP) 45 #define PIN_INPUT_PULLUP (PULL_ENA | INPUT_EN | PULL_UP)
|
| /rk3399_rockchip-uboot/arch/arm/cpu/armv8/hisilicon/ |
| H A D | pinmux.c | 27 writel(DRIVE1_02MA | PULL_UP, &pmx1->iocfg[49]); /* UART0_RXD */ in hi6220_uart_config() 28 writel(DRIVE1_02MA | PULL_UP, &pmx1->iocfg[50]); /* UART0_TXD */ in hi6220_uart_config() 37 writel(DRIVE1_02MA | PULL_UP, &pmx1->iocfg[51]); /*UART1_CTS_N*/ in hi6220_uart_config() 38 writel(DRIVE1_02MA | PULL_UP, &pmx1->iocfg[53]); /* UART1_RXD */ in hi6220_uart_config() 125 tmp = DRIVE1_04MA | PULL_UP; in hi6220_mmc_config()
|
| /rk3399_rockchip-uboot/arch/arm/include/asm/arch-omap5/ |
| H A D | mux_dra7xx.h | 31 #define PULL_UP (1 << 17) macro 37 #define PIN_OUTPUT_PULLUP (PULL_UP) 41 #define PIN_INPUT_PULLUP (PULL_ENA | INPUT_EN | PULL_UP)
|
| /rk3399_rockchip-uboot/arch/arm/include/asm/arch-hi6220/ |
| H A D | pinmux.h | 27 #define PULL_UP (1 << 0) macro
|
| /rk3399_rockchip-uboot/board/ti/dra7xx/ |
| H A D | mux_data.h | 148 {DCAN1_TX, (M15 | PULL_UP)}, /* dcan1_tx.safe for dcan1_tx */ 160 {WAKEUP0, (M15 | PULL_UP)}, /* Wakeup0.safe for dcan1_rx */ 161 {WAKEUP3, (M1 | PULL_ENA | PULL_UP)}, /* Wakeup3.sys_nirq1 */ 358 {DCAN1_TX, (M15 | PULL_UP)}, /* dcan1_tx.safe for dcan1_tx */ 370 {WAKEUP0, (M15 | PULL_UP)}, /* Wakeup0.safe for dcan1_rx */ 371 {WAKEUP3, (M1 | PULL_ENA | PULL_UP)}, /* Wakeup3.sys_nirq1 */ 685 {DCAN1_TX, (M15 | PULL_UP)}, /* dcan1_tx.safe for dcan1_tx */ 697 {WAKEUP0, (M15 | PULL_UP)}, /* Wakeup0.safe for dcan1_rx */
|
| /rk3399_rockchip-uboot/drivers/pinctrl/ |
| H A D | pinctrl-at91.c | 29 #define PULL_UP BIT(0) macro 323 if ((config & PULL_UP) && (config & PULL_DOWN)) in at91_pinconf_set() 328 at91_mux_set_pullup(pio, mask, config & PULL_UP); in at91_pinconf_set()
|
| /rk3399_rockchip-uboot/arch/arm/dts/ |
| H A D | dra72-evm-common.dtsi | 208 DRA7XX_CORE_IOPAD(0x3818, PULL_UP | MUX_MODE1) /* wakeup0.dcan1_rx */ 214 DRA7XX_CORE_IOPAD(0x37d0, MUX_MODE15 | PULL_UP) /* dcan1_tx.off */ 215 DRA7XX_CORE_IOPAD(0x3818, MUX_MODE15 | PULL_UP) /* wakeup0.off */
|
| H A D | dra7-evm.dts | 360 DRA7XX_CORE_IOPAD(0x3818, PULL_UP | MUX_MODE1) /* wakeup0.dcan1_rx */ 366 DRA7XX_CORE_IOPAD(0x37d0, MUX_MODE15 | PULL_UP) /* dcan1_tx.off */ 367 DRA7XX_CORE_IOPAD(0x3818, MUX_MODE15 | PULL_UP) /* wakeup0.off */
|
| /rk3399_rockchip-uboot/board/ti/am57xx/ |
| H A D | mux_data.h | 490 {DCAN1_TX, (M15 | PULL_UP)}, /* dcan1_tx.safe for dcan1_tx */ 491 {DCAN1_RX, (M15 | PULL_UP)}, /* dcan1_rx.safe for dcan1_rx */ 677 {DCAN1_TX, (M15 | PULL_UP)}, /* dcan1_tx.safe for dcan1_tx */ 678 {DCAN1_RX, (M15 | PULL_UP)}, /* dcan1_rx.safe for dcan1_rx */
|