Searched +full:fmc2 +full:- +full:ebi +full:- +full:cs +full:- +full:clk +full:- +full:period +full:- +full:ns (Results 1 – 2 of 2) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/memory-controllers/st,stm32-fmc2-ebi.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: STMicroelectronics Flexible Memory Controller 2 (FMC2) Bindings10 The FMC2 functional block makes the interface with: synchronous and11 asynchronous static devices (such as PSNOR, PSRAM or other memory-mapped14 - to translate AXI transactions into the appropriate external device16 - to meet the access time requirements of the external devices19 Select. The FMC2 performs only one access at a time to an external device.[all …]
1 // SPDX-License-Identifier: GPL-2.07 #include <linux/clk.h>15 /* FMC2 Controller Registers */135 struct clk *clk; member146 * struct stm32_fmc2_prop - STM32 FMC2 EBI property159 * clock period169 int (*check)(struct stm32_fmc2_ebi *ebi,170 const struct stm32_fmc2_prop *prop, int cs);171 u32 (*calculate)(struct stm32_fmc2_ebi *ebi, int cs, u32 setup);172 int (*set)(struct stm32_fmc2_ebi *ebi,[all …]