Searched refs:GPIOD_PULL_UP (Results 1 - 13 of 13) sorted by relevance

/u-boot/drivers/gpio/
H A Dmcp230xx_gpio.c218 *flags |= GPIOD_PULL_UP;
226 bool pullup = flags & GPIOD_PULL_UP;
231 supported_mask = GPIOD_ACTIVE_LOW | GPIOD_MASK_DIR | GPIOD_PULL_UP;
H A Dmsm_gpio.c95 if (flags & GPIOD_PULL_UP)
H A Dstm32_gpio.c194 if (flags & GPIOD_PULL_UP)
228 dir_flags |= GPIOD_PULL_UP;
H A Dsandbox.c91 val = state->flags & GPIOD_PULL_UP;
516 if (flags & GPIOD_PULL_UP)
H A Dintel_gpio.c134 if (flags & GPIOD_PULL_UP) {
H A Dsunxi_gpio.c312 if (flags & GPIOD_PULL_UP)
H A Dgpio-uclass.c247 flags |= GPIOD_PULL_UP;
656 if ((flags & GPIOD_PULL_UP) && (flags & GPIOD_PULL_DOWN)) {
657 log_debug("%s: flags 0x%lx has GPIOD_PULL_UP and GPIOD_PULL_DOWN\n",
1059 flags |= (i == PULLDOWN) ? GPIOD_PULL_DOWN : GPIOD_PULL_UP;
/u-boot/include/asm-generic/
H A Dgpio.h128 #define GPIOD_PULL_UP BIT(7) /* GPIO has pull-up enabled */ macro
136 #define GPIOD_MASK_PULL (GPIOD_PULL_UP | GPIOD_PULL_DOWN)
/u-boot/test/dm/
H A Dgpio.c420 ut_asserteq(GPIOD_IS_IN | GPIOD_PULL_UP, flags);
625 GPIOD_PULL_UP));
627 ut_asserteq(GPIOD_IS_IN | GPIOD_PULL_UP, flags);
628 ut_asserteq(GPIOD_IS_IN | GPIOD_PULL_UP, desc.flags);
743 GPIOD_IS_IN | GPIOD_EXT_PULL_UP | GPIOD_PULL_UP);
747 GPIOD_EXT_PULL_DOWN | GPIOD_PULL_UP);
751 GPIOD_IS_IN | GPIOD_PULL_UP);
/u-boot/drivers/pinctrl/
H A Dpinctrl-stmfx.c191 if (flags & GPIOD_PULL_UP) {
236 dir_flags |= GPIOD_PULL_UP;
/u-boot/board/google/chromebook_coral/
H A Dcoral.c75 GPIOD_IS_IN | GPIOD_PULL_UP);
/u-boot/drivers/phy/allwinner/
H A Dphy-sun4i-usb.c524 GPIOD_IS_IN | GPIOD_PULL_UP);
/u-boot/drivers/mmc/
H A Dsunxi_mmc.c684 GPIOD_IS_IN | GPIOD_PULL_UP);

Completed in 124 milliseconds