Searched refs:ospi_d (Results 1 – 1 of 1) sorted by relevance
77 struct stm32_ospi_pdata ospi_d[OSPI_NB]; member89 struct stm32_ospi_pdata *ospi_d = NULL; in stm32_omm_parse_fdt() local161 region = &omm_d->ospi_d[i].region; in stm32_omm_parse_fdt()186 ospi_d = &omm_d->ospi_d[ospi_i]; in stm32_omm_parse_fdt()189 res = clk_dt_get_by_index(fdt, ctrl_node, 0, &ospi_d->clock); in stm32_omm_parse_fdt()195 &ospi_d->reset[reset_i]); in stm32_omm_parse_fdt()224 region[ospi_i] = &omm_d->ospi_d[ospi_i].region; in stm32_omm_set_mm()247 struct stm32_ospi_pdata *ospi_d = NULL; in stm32_omm_configure() local255 ospi_d = &omm_d->ospi_d[ospi_i]; in stm32_omm_configure()256 clk_rate_max = MAX(clk_get_rate(ospi_d->clock), clk_rate_max); in stm32_omm_configure()[all …]