Home
last modified time | relevance | path

Searched refs:PULL_UP (Results 1 – 19 of 19) sorted by relevance

/openbmc/u-boot/include/dt-bindings/pinctrl/
H A Dam43xx.h19 #define PULL_UP (1 << 17) macro
27 #define PIN_OUTPUT_PULLUP (PULL_UP)
30 #define PIN_INPUT_PULLUP (INPUT_EN | PULL_UP)
H A Dk3-am65.h22 #define PULL_UP (1 << 17) macro
40 #define PIN_OUTPUT_PULLUP (PULL_UP)
43 #define PIN_INPUT_PULLUP (INPUT_EN | PULL_UP)
H A Ddra.h55 #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 Domap.h24 #define PULL_UP (1 << 4) macro
41 #define PIN_OUTPUT_PULLUP (PIN_OUTPUT | PULL_ENA | PULL_UP)
44 #define PIN_INPUT_PULLUP (PULL_ENA | INPUT_EN | PULL_UP)
H A Dam33xx.h28 #define PIN_OUTPUT_PULLUP (PULL_UP)
31 #define PIN_INPUT_PULLUP (INPUT_EN | PULL_UP)
H A Dhisi.h33 #define PULL_UP (1 << 0) macro
/openbmc/u-boot/arch/arm/cpu/armv8/hisilicon/
H A Dpinmux.c26 writel(DRIVE1_02MA | PULL_UP, &pmx1->iocfg[49]); /* UART0_RXD */ in hi6220_uart_config()
27 writel(DRIVE1_02MA | PULL_UP, &pmx1->iocfg[50]); /* UART0_TXD */ in hi6220_uart_config()
36 writel(DRIVE1_02MA | PULL_UP, &pmx1->iocfg[51]); /*UART1_CTS_N*/ in hi6220_uart_config()
37 writel(DRIVE1_02MA | PULL_UP, &pmx1->iocfg[53]); /* UART1_RXD */ in hi6220_uart_config()
124 tmp = DRIVE1_04MA | PULL_UP; in hi6220_mmc_config()
/openbmc/u-boot/arch/arm/include/asm/arch-omap5/
H A Dmux_dra7xx.h16 #define PULL_UP (1 << 17) macro
22 #define PIN_OUTPUT_PULLUP (PULL_UP)
26 #define PIN_INPUT_PULLUP (PULL_ENA | INPUT_EN | PULL_UP)
/openbmc/u-boot/arch/arm/dts/
H A Dam335x-baltos.dts45 0xf0 (MUX_MODE0 | INPUT_EN | PULL_UP) /* mmc0_dat3.mmc0_dat3 */
46 0xf4 (MUX_MODE0 | INPUT_EN | PULL_UP) /* mmc0_dat2.mmc0_dat2 */
47 0xf8 (MUX_MODE0 | INPUT_EN | PULL_UP) /* mmc0_dat1.mmc0_dat1 */
48 0xfc (MUX_MODE0 | INPUT_EN | PULL_UP) /* mmc0_dat0.mmc0_dat0 */
49 0x100 (MUX_MODE0 | INPUT_EN | PULL_UP) /* mmc0_clk.mmc0_clk */
50 0x104 (MUX_MODE0 | INPUT_EN | PULL_UP) /* mmc0_cmd.mmc0_cmd */
H A Ddra7-evm.dts80 DRA7XX_CORE_IOPAD(0x3818, PULL_UP | MUX_MODE1) /* wakeup0.dcan1_rx */
86 DRA7XX_CORE_IOPAD(0x37d0, MUX_MODE15 | PULL_UP) /* dcan1_tx.off */
87 DRA7XX_CORE_IOPAD(0x3818, MUX_MODE15 | PULL_UP) /* wakeup0.off */
H A Ddra72-evm-common.dtsi207 DRA7XX_CORE_IOPAD(0x3818, PULL_UP | MUX_MODE1) /* wakeup0.dcan1_rx */
213 DRA7XX_CORE_IOPAD(0x37d0, MUX_MODE15 | PULL_UP) /* dcan1_tx.off */
214 DRA7XX_CORE_IOPAD(0x3818, MUX_MODE15 | PULL_UP) /* wakeup0.off */
H A Dam57xx-idk-common.dtsi114 DRA7XX_CORE_IOPAD(0x37d0, MUX_MODE15 | PULL_UP) /* dcan1_tx.off */
115 DRA7XX_CORE_IOPAD(0x37d4, MUX_MODE15 | PULL_UP) /* dcan1_rx.off */
/openbmc/u-boot/arch/arm/include/asm/arch-hi6220/
H A Dpinmux.h26 #define PULL_UP (1 << 0) macro
/openbmc/u-boot/board/ti/dra7xx/
H A Dmux_data.h147 {DCAN1_TX, (M15 | PULL_UP)}, /* dcan1_tx.safe for dcan1_tx */
159 {WAKEUP0, (M15 | PULL_UP)}, /* Wakeup0.safe for dcan1_rx */
160 {WAKEUP3, (M1 | PULL_ENA | PULL_UP)}, /* Wakeup3.sys_nirq1 */
357 {DCAN1_TX, (M15 | PULL_UP)}, /* dcan1_tx.safe for dcan1_tx */
369 {WAKEUP0, (M15 | PULL_UP)}, /* Wakeup0.safe for dcan1_rx */
370 {WAKEUP3, (M1 | PULL_ENA | PULL_UP)}, /* Wakeup3.sys_nirq1 */
681 {DCAN1_TX, (M15 | PULL_UP)}, /* dcan1_tx.safe for dcan1_tx */
693 {WAKEUP0, (M15 | PULL_UP)}, /* Wakeup0.safe for dcan1_rx */
/openbmc/u-boot/drivers/pinctrl/
H A Dpinctrl-at91.c29 #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()
/openbmc/phosphor-gpio-monitor/
H A DREADME.md109 8. Bias: [Optional] Configure a BIAS on the GPIO line, for example PULL_UP
126 "Bias": "PULL_UP",
/openbmc/u-boot/arch/x86/include/asm/arch-braswell/
H A Dgpio.h108 PULL_UP, /* On Die Termination Up */ enumerator
/openbmc/u-boot/board/ti/am57xx/
H A Dmux_data.h489 {DCAN1_TX, (M15 | PULL_UP)}, /* dcan1_tx.safe for dcan1_tx */
490 {DCAN1_RX, (M15 | PULL_UP)}, /* dcan1_rx.safe for dcan1_rx */
709 {DCAN1_TX, (M15 | PULL_UP)}, /* dcan1_tx.safe for dcan1_tx */
710 {DCAN1_RX, (M15 | PULL_UP)}, /* dcan1_rx.safe for dcan1_rx */
896 {DCAN1_TX, (M15 | PULL_UP)}, /* dcan1_tx.safe for dcan1_tx */
897 {DCAN1_RX, (M15 | PULL_UP)}, /* dcan1_rx.safe for dcan1_rx */
/openbmc/docs/designs/inventory/
H A Dgpio-based-hardware-inventory.md56 "Bias": "PULL_UP",