Home
last modified time | relevance | path

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

/external/u-boot/arch/arm/mach-sunxi/
Dpinmux.c64 u32 offset = GPIO_PULL_OFFSET(pin); in sunxi_gpio_set_pull()
/external/u-boot/arch/arm/include/asm/arch-sunxi/
Dgpio.h90 #define GPIO_PULL_OFFSET(pin) ((((pin) & 0x1f) & 0xf) << 1) macro