Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/st/stm32mp1/
H A Dstm32mp1_shared_resources.c47 [STM32MP1_SHRES_GPIOZ(0)] = "GPIOZ0",
48 [STM32MP1_SHRES_GPIOZ(1)] = "GPIOZ1",
49 [STM32MP1_SHRES_GPIOZ(2)] = "GPIOZ2",
50 [STM32MP1_SHRES_GPIOZ(3)] = "GPIOZ3",
51 [STM32MP1_SHRES_GPIOZ(4)] = "GPIOZ4",
52 [STM32MP1_SHRES_GPIOZ(5)] = "GPIOZ5",
53 [STM32MP1_SHRES_GPIOZ(6)] = "GPIOZ6",
54 [STM32MP1_SHRES_GPIOZ(7)] = "GPIOZ7",
163 if ((id >= STM32MP1_SHRES_GPIOZ(0)) && in register_periph()
164 (id <= STM32MP1_SHRES_GPIOZ(7)) && in register_periph()
[all …]
/rk3399_ARM-atf/plat/st/stm32mp1/include/
H A Dstm32mp1_shared_resources.h12 #define STM32MP1_SHRES_GPIOZ(i) (STM32MP1_SHRES_GPIOZ_0 + (i)) macro