Lines Matching refs:STM32MP1_SHRES_GPIOZ
47 [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()
165 ((unsigned int)(id - STM32MP1_SHRES_GPIOZ(0)) >= get_gpioz_nbpin())) { in register_periph()
167 (int)(id - STM32MP1_SHRES_GPIOZ(0)), get_gpioz_nbpin()); in register_periph()
178 case STM32MP1_SHRES_GPIOZ(0): in register_periph()
179 case STM32MP1_SHRES_GPIOZ(1): in register_periph()
180 case STM32MP1_SHRES_GPIOZ(2): in register_periph()
181 case STM32MP1_SHRES_GPIOZ(3): in register_periph()
182 case STM32MP1_SHRES_GPIOZ(4): in register_periph()
183 case STM32MP1_SHRES_GPIOZ(5): in register_periph()
184 case STM32MP1_SHRES_GPIOZ(6): in register_periph()
185 case STM32MP1_SHRES_GPIOZ(7): in register_periph()
317 register_periph(STM32MP1_SHRES_GPIOZ(pin), SHRES_SECURE); in stm32mp_register_secure_gpio()
329 register_periph(STM32MP1_SHRES_GPIOZ(pin), SHRES_NON_SECURE); in stm32mp_register_non_secure_gpio()
348 if (periph_is_non_secure(STM32MP1_SHRES_GPIOZ(i))) { in stm32mp_gpio_bank_is_non_secure()
368 if (periph_is_secure(STM32MP1_SHRES_GPIOZ(i))) { in stm32mp_gpio_bank_is_secure()
491 assert((id < STM32MP1_SHRES_GPIOZ(0)) || in shres2decprot_attr()
492 (id > STM32MP1_SHRES_GPIOZ(7))); in shres2decprot_attr()
561 bool secure_state = periph_is_secure(STM32MP1_SHRES_GPIOZ(pin)); in set_gpio_secure_configuration()