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

  /device/linaro/bootloader/arm-trusted-firmware/plat/rockchip/common/
params_setup.c 53 struct bl31_gpio_param *gpio_param; local
60 gpio_param = (struct bl31_gpio_param *)bl2_param;
61 memcpy(&param_reset, &gpio_param->gpio,
66 gpio_param = (struct bl31_gpio_param *)bl2_param;
67 memcpy(&param_poweroff, &gpio_param->gpio,
76 gpio_param = (struct bl31_gpio_param *)bl2_param;
78 &gpio_param->gpio,
  /external/u-boot/board/gateworks/gw_ventana/
common.h 52 unsigned gpio_param; member in struct:dio_cfg

Completed in 92 milliseconds