Searched refs:fmc_d (Results 1 – 1 of 1) sorted by relevance
92 static struct fmc_pdata *fmc_d; variable96 return io_read32(fmc_d->base + _FMC_SECCFGR) & BIT(controller); in fmc_controller_is_secure()106 if (!(BIT(i) & fmc_d->conf_data->access_mask[0])) in handle_available_semaphores()109 cidcfgr = io_read32(fmc_d->base + _FMC_CIDCFGR(i)); in handle_available_semaphores()114 if (!(io_read32(fmc_d->base + _FMC_SECCFGR) & BIT(i))) { in handle_available_semaphores()115 res = stm32_rif_release_semaphore(fmc_d->base + in handle_available_semaphores()124 res = stm32_rif_acquire_semaphore(fmc_d->base + in handle_available_semaphores()143 if (!fmc_d->conf_data) in apply_rif_config()146 res = clk_enable(fmc_d->fmc_clock); in apply_rif_config()150 if (fmc_d->is_tdcid) { in apply_rif_config()[all …]