Searched refs:RISAF_MAX_INSTANCE (Results 1 – 2 of 2) sorted by relevance
24 static int region_per_instance[RISAF_MAX_INSTANCE];39 return (instance < RISAF_MAX_INSTANCE) && (stm32mp2_risaf.base[instance] != 0U); in valid_instance()166 for (idx = 0; idx < RISAF_MAX_INSTANCE; idx++) { in risaf_conf_protreg()234 for (idx = 0U; idx < RISAF_MAX_INSTANCE; idx++) { in risaf_get_instance_from_region()401 static uintptr_t risaf_base[RISAF_MAX_INSTANCE];402 static unsigned long risaf_clock[RISAF_MAX_INSTANCE];403 static uint32_t risaf_granularity[RISAF_MAX_INSTANCE];535 for (i = 0U; i < RISAF_MAX_INSTANCE; i++) { in risaf_parse_fwconfig()
456 #define RISAF_MAX_INSTANCE 5 macro