/openbmc/linux/arch/arm64/boot/dts/hisilicon/ |
H A D | hikey-pinctrl.dtsi | 252 pinctrl-single,bias-pullup = <PULL_UP PULL_UP PULL_DIS PULL_UP>; 261 pinctrl-single,bias-pullup = <PULL_DIS PULL_UP PULL_DIS PULL_UP>; 270 pinctrl-single,bias-pullup = <PULL_DIS PULL_UP PULL_DIS PULL_UP>; 287 pinctrl-single,bias-pullup = <PULL_UP PULL_UP PULL_DIS PULL_UP>; 296 pinctrl-single,bias-pullup = <PULL_DIS PULL_UP PULL_DIS PULL_UP>; 305 pinctrl-single,bias-pullup = <PULL_DIS PULL_UP PULL_DIS PULL_UP>; 313 pinctrl-single,bias-pullup = <PULL_DIS PULL_UP PULL_DIS PULL_UP>; 326 pinctrl-single,bias-pullup = <PULL_DIS PULL_UP PULL_DIS PULL_UP>; 338 pinctrl-single,bias-pullup = <PULL_DIS PULL_UP PULL_DIS PULL_UP>; 347 pinctrl-single,bias-pullup = <PULL_DIS PULL_UP PULL_DIS PULL_UP>; [all …]
|
H A D | hikey960-pinctrl.dtsi | 341 PULL_UP 343 PULL_UP 363 PULL_UP 365 PULL_UP 384 PULL_UP 386 PULL_UP 405 PULL_UP 407 PULL_UP 428 PULL_UP 430 PULL_UP [all …]
|
H A D | hikey970-pinctrl.dtsi | 232 PULL_UP 234 PULL_UP 256 PULL_UP 258 PULL_UP 280 PULL_UP 282 PULL_UP 304 PULL_UP 306 PULL_UP 326 PULL_UP 328 PULL_UP [all …]
|
/openbmc/linux/include/dt-bindings/pinctrl/ |
H A D | dm814x.h | 12 #undef PULL_UP 22 #define PULL_UP (1 << 17) macro 34 #define PIN_OUTPUT_PULLUP (PULL_UP) 37 #define PIN_INPUT_PULLUP (INPUT_EN | PULL_UP)
|
H A D | am43xx.h | 21 #define PULL_UP (1 << 17) macro 42 #define PIN_OUTPUT_PULLUP (PULL_UP) 45 #define PIN_INPUT_PULLUP (INPUT_EN | PULL_UP)
|
H A D | dra.h | 52 #define PULL_UP (1 << 17) macro 60 #define PIN_OUTPUT_PULLUP (PULL_UP) 64 #define PIN_INPUT_PULLUP (PULL_ENA | INPUT_EN | PULL_UP)
|
H A D | omap.h | 24 #define PULL_UP (1 << 4) macro 39 #define PIN_OUTPUT_PULLUP (PIN_OUTPUT | PULL_ENA | PULL_UP) 42 #define PIN_INPUT_PULLUP (PULL_ENA | INPUT_EN | PULL_UP)
|
H A D | am33xx.h | 29 #define PIN_OUTPUT_PULLUP (PULL_UP) 32 #define PIN_INPUT_PULLUP (INPUT_EN | PULL_UP)
|
H A D | hisi.h | 25 #define PULL_UP (1 << 0) macro
|
/openbmc/u-boot/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 | k3-am65.h | 22 #define PULL_UP (1 << 17) macro 40 #define PIN_OUTPUT_PULLUP (PULL_UP) 43 #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 | omap.h | 24 #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 D | am33xx.h | 28 #define PIN_OUTPUT_PULLUP (PULL_UP) 31 #define PIN_INPUT_PULLUP (INPUT_EN | PULL_UP)
|
H A D | hisi.h | 33 #define PULL_UP (1 << 0) macro
|
/openbmc/u-boot/arch/arm/cpu/armv8/hisilicon/ |
H A D | pinmux.c | 26 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/linux/arch/arm64/boot/dts/ti/ |
H A D | k3-pinctrl.h | 19 #define PULL_UP (1 << PULLTYPESEL_SHIFT | PULL_ENABLE) macro 27 #define PIN_OUTPUT_PULLUP (INPUT_DISABLE | PULL_UP) 30 #define PIN_INPUT_PULLUP (INPUT_EN | PULL_UP)
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | am335x-baltos.dts | 45 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 */
|
/openbmc/u-boot/arch/arm/include/asm/arch-omap5/ |
H A D | mux_dra7xx.h | 16 #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/linux/arch/arm/boot/dts/ti/omap/ |
H A D | dm8168-evm.dts | 70 DM816X_IOPAD(0x0b38, PULL_UP | MUX_MODE0) /* PINCTRL207 GPMC_CS0*/ 72 DM816X_IOPAD(0x0b54, PULL_UP | PULL_ENA | MUX_MODE0) /* PINCTRL214 GPMC_OE_RE */ 74 DM816X_IOPAD(0x0b50, PULL_UP | MUX_MODE0) /* PINCTRL213 GPMC_WE */
|
/openbmc/u-boot/arch/arm/include/asm/arch-hi6220/ |
H A D | pinmux.h | 26 #define PULL_UP (1 << 0) macro
|
/openbmc/u-boot/board/ti/dra7xx/ |
H A D | mux_data.h | 147 {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/linux/drivers/pinctrl/bcm/ |
H A D | pinctrl-bcm281xx.c | 1124 BCM281XX_PIN_SHIFT(STD, PULL_UP), in bcm281xx_std_pin_update() 1125 BCM281XX_PIN_MASK(STD, PULL_UP)); in bcm281xx_std_pin_update() 1133 BCM281XX_PIN_SHIFT(STD, PULL_UP), in bcm281xx_std_pin_update() 1134 BCM281XX_PIN_MASK(STD, PULL_UP)); in bcm281xx_std_pin_update() 1142 BCM281XX_PIN_SHIFT(STD, PULL_UP), in bcm281xx_std_pin_update() 1143 BCM281XX_PIN_MASK(STD, PULL_UP)); in bcm281xx_std_pin_update()
|
/openbmc/u-boot/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()
|
/openbmc/phosphor-gpio-monitor/ |
H A D | README.md | 107 8. Bias: [Optional] Configure a BIAS on the GPIO line, for example PULL_UP 124 "Bias": "PULL_UP",
|