HomeSort by relevance Sort by last modified time
    Searched refs:GPIO_PULL_OFFSET (Results 1 - 2 of 2) sorted by null

  /external/u-boot/arch/arm/mach-sunxi/
pinmux.c 64 u32 offset = GPIO_PULL_OFFSET(pin);
  /external/u-boot/arch/arm/include/asm/arch-sunxi/
gpio.h 90 #define GPIO_PULL_OFFSET(pin) ((((pin) & 0x1f) & 0xf) << 1)

Completed in 77 milliseconds