Searched refs:GPIO_OFFSET_MASK (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/ | ||
H A D | gpio.h | 40 GPIO_OFFSET_MASK = 0x1f, enumerator |
/openbmc/u-boot/drivers/gpio/ | ||
H A D | rk_gpio.c | 109 gpio &= GPIO_OFFSET_MASK; in spl_gpio_set_pull() |