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 OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/memory-controllers/st,stm32-fmc2-ebi-props.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Peripheral properties for ST FMC2 Controller10 - Christophe Kerello <christophe.kerello@foss.st.com>11 - Marek Vasut <marex@denx.de>14 st,fmc2-ebi-cs-transaction-type:33 st,fmc2-ebi-cs-cclk-enable:40 st,fmc2-ebi-cs-mux-enable:[all …]
1 // SPDX-License-Identifier: GPL-2.07 #include <linux/clk.h>18 /* FMC2 Controller Registers */185 int (*nwait_used_by_ctrls)(struct stm32_fmc2_ebi *ebi);186 void (*set_setup)(struct stm32_fmc2_ebi *ebi);187 int (*save_setup)(struct stm32_fmc2_ebi *ebi);188 int (*check_rif)(struct stm32_fmc2_ebi *ebi, u32 resource);189 void (*put_sems)(struct stm32_fmc2_ebi *ebi);190 void (*get_sems)(struct stm32_fmc2_ebi *ebi);195 struct clk *clk; member[all …]