Searched refs:OSPI_NB (Results 1 – 1 of 1) sorted by relevance
54 #define OSPI_NB U(2) macro77 struct stm32_ospi_pdata ospi_d[OSPI_NB];140 const char *mm_name[OSPI_NB] = { "mm_ospi1", "mm_ospi2" }; in stm32_omm_parse_fdt()146 for (i = 0; i < OSPI_NB; i++) { in stm32_omm_parse_fdt()174 if (ospi_i != OSPI_NB) in stm32_omm_parse_fdt()183 if (ospi_i >= OSPI_NB || (ospi_assigned & BIT(ospi_i))) in stm32_omm_parse_fdt()218 struct stm32_mm_region *region[OSPI_NB] = { }; in stm32_omm_set_mm()220 size_t mm_size[OSPI_NB] = { }; in stm32_omm_set_mm()223 for (ospi_i = 0; ospi_i < OSPI_NB; ospi_i++) { in stm32_omm_set_mm()237 if (valid_regions == OSPI_NB && in stm32_omm_set_mm()[all …]