Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/arch/arm/mach-mvebu/serdes/a38x/
H A Dsys_env_lib.c97 struct board_wakeup_gpio board_gpio[] = MV_BOARD_WAKEUP_GPIO_INFO; in sys_env_suspend_wakeup_check() local
100 if (!(sizeof(board_gpio) / sizeof(struct board_wakeup_gpio) > in sys_env_suspend_wakeup_check()
110 if (board_gpio[board_id_index].gpio_num == -1) { in sys_env_suspend_wakeup_check()
113 } else if (board_gpio[board_id_index].gpio_num == -2) { in sys_env_suspend_wakeup_check()
120 gpio = board_gpio[board_id_index].gpio_num; in sys_env_suspend_wakeup_check()