Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/imx/imx9/imx95/
H A Dimx95_bl31_setup.c17 const uintptr_t gpio_base[GPIO_NUM] = {
H A Dimx95_psci.c53 struct gpio_ctx gpios[GPIO_NUM] = {
/rk3399_ARM-atf/plat/imx/imx9/imx94/
H A Dimx94_bl31_setup.c17 const unsigned long gpio_base[GPIO_NUM] = {
H A Dimx94_psci.c59 struct gpio_ctx gpios[GPIO_NUM] = {
/rk3399_ARM-atf/plat/imx/imx9/common/
H A Dimx9_bl31_setup.c38 extern uintptr_t gpio_base[GPIO_NUM];
85 for (unsigned int i = 0U; i < GPIO_NUM; i++) { in bl31_plat_arch_setup()
H A Dimx9_sys_sleep.c204 for (uint32_t i = 0U; i < GPIO_NUM; i++) { in imx9_sys_sleep_prepare()
230 for (uint32_t i = 0U; i < GPIO_NUM; i++) { in imx9_sys_sleep_unprepare()
/rk3399_ARM-atf/plat/imx/imx9/common/include/
H A Dimx9_sys_sleep.h49 extern struct gpio_ctx gpios[GPIO_NUM];
/rk3399_ARM-atf/plat/imx/imx9/imx95/include/
H A Dplatform_def.h89 #define GPIO_NUM U(4) macro
/rk3399_ARM-atf/plat/imx/imx9/imx94/include/
H A Dplatform_def.h88 #define GPIO_NUM 6U macro