Home
last modified time | relevance | path

Searched refs:GPIO_PULL_INDEX (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/arch/arm/mach-sunxi/
H A Dpinmux.c63 u32 index = GPIO_PULL_INDEX(pin); in sunxi_gpio_set_pull()
/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/
H A Dgpio.h89 #define GPIO_PULL_INDEX(pin) (((pin) & 0x1f) >> 4) macro