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

  /external/u-boot/drivers/ddr/marvell/a38x/
mv_ddr_sys_env_lib.h 23 #define MPP_REG_NUM(GPIO_NUM) (GPIO_NUM / 8)
24 #define MPP_MASK(GPIO_NUM) (0xf << 4 * (GPIO_NUM - \
25 (MPP_REG_NUM(GPIO_NUM) * 8)));
26 #define GPP_REG_NUM(GPIO_NUM) (GPIO_NUM / 32)
27 #define GPP_MASK(GPIO_NUM) (1 << GPIO_NUM % 32)
64 int gpio_num; member in struct:board_wakeup_gpio
    [all...]
  /external/u-boot/arch/arm/mach-mvebu/serdes/a38x/
sys_env_lib.h 245 #define MPP_REG_NUM(GPIO_NUM) (GPIO_NUM / 8)
246 #define MPP_MASK(GPIO_NUM) (0xf << 4 * (GPIO_NUM - \
247 (MPP_REG_NUM(GPIO_NUM) * 8)));
248 #define GPP_REG_NUM(GPIO_NUM) (GPIO_NUM / 32)
249 #define GPP_MASK(GPIO_NUM) (1 << GPIO_NUM % 32)
307 int gpio_num; member in struct:board_wakeup_gpio
    [all...]
  /external/u-boot/drivers/gpio/
sunxi_gpio.c 36 u32 num = GPIO_NUM(pin);
54 u32 num = GPIO_NUM(pin);
172 u32 num = GPIO_NUM(offset);
183 u32 num = GPIO_NUM(offset);
196 u32 num = GPIO_NUM(offset);
  /external/u-boot/arch/arm/include/asm/arch-sunxi/
gpio.h 81 #define GPIO_NUM(pin) ((pin) & 0x1f)

Completed in 227 milliseconds