Lines Matching full:fmc2

18 /* FMC2 Controller Registers */
210 * struct stm32_fmc2_prop - STM32 FMC2 EBI property
924 /* st,fmc2-ebi-cs-trans-type must be the first property */
926 .name = "st,fmc2-ebi-cs-transaction-type",
931 .name = "st,fmc2-ebi-cs-cclk-enable",
939 .name = "st,fmc2-ebi-cs-mux-enable",
947 .name = "st,fmc2-ebi-cs-buswidth",
952 .name = "st,fmc2-ebi-cs-waitpol-high",
959 .name = "st,fmc2-ebi-cs-waitcfg-enable",
967 .name = "st,fmc2-ebi-cs-wait-enable",
975 .name = "st,fmc2-ebi-cs-asyncwait-enable",
983 .name = "st,fmc2-ebi-cs-cpsize",
988 .name = "st,fmc2-ebi-cs-byte-lane-setup-ns",
993 .name = "st,fmc2-ebi-cs-address-setup-ns",
1001 .name = "st,fmc2-ebi-cs-address-hold-ns",
1009 .name = "st,fmc2-ebi-cs-data-setup-ns",
1017 .name = "st,fmc2-ebi-cs-bus-turnaround-ns",
1024 .name = "st,fmc2-ebi-cs-data-hold-ns",
1031 .name = "st,fmc2-ebi-cs-clk-period-ns",
1038 .name = "st,fmc2-ebi-cs-data-latency-ns",
1044 .name = "st,fmc2-ebi-cs-write-address-setup-ns",
1052 .name = "st,fmc2-ebi-cs-write-address-hold-ns",
1060 .name = "st,fmc2-ebi-cs-write-data-setup-ns",
1068 .name = "st,fmc2-ebi-cs-write-bus-turnaround-ns",
1075 .name = "st,fmc2-ebi-cs-write-data-hold-ns",
1082 .name = "st,fmc2-ebi-cs-max-low-pulse-ns",
1089 /* st,fmc2-ebi-cs-trans-type must be the first property */
1091 .name = "st,fmc2-ebi-cs-transaction-type",
1096 .name = "st,fmc2-ebi-cs-cclk-enable",
1104 .name = "st,fmc2-ebi-cs-mux-enable",
1112 .name = "st,fmc2-ebi-cs-buswidth",
1117 .name = "st,fmc2-ebi-cs-waitpol-high",
1124 .name = "st,fmc2-ebi-cs-waitcfg-enable",
1132 .name = "st,fmc2-ebi-cs-wait-enable",
1140 .name = "st,fmc2-ebi-cs-asyncwait-enable",
1148 .name = "st,fmc2-ebi-cs-cpsize",
1153 .name = "st,fmc2-ebi-cs-byte-lane-setup-ns",
1158 .name = "st,fmc2-ebi-cs-address-setup-ns",
1166 .name = "st,fmc2-ebi-cs-address-hold-ns",
1174 .name = "st,fmc2-ebi-cs-data-setup-ns",
1182 .name = "st,fmc2-ebi-cs-bus-turnaround-ns",
1189 .name = "st,fmc2-ebi-cs-data-hold-ns",
1196 .name = "st,fmc2-ebi-cs-clk-period-ns",
1203 .name = "st,fmc2-ebi-cs-data-latency-ns",
1209 .name = "st,fmc2-ebi-cs-write-address-setup-ns",
1217 .name = "st,fmc2-ebi-cs-write-address-hold-ns",
1225 .name = "st,fmc2-ebi-cs-write-data-setup-ns",
1233 .name = "st,fmc2-ebi-cs-write-bus-turnaround-ns",
1240 .name = "st,fmc2-ebi-cs-write-data-hold-ns",
1247 .name = "st,fmc2-ebi-cs-max-low-pulse-ns",
1686 /* In case of CFGR is secure, just check that the FMC2 is enabled */ in stm32_fmc2_ebi_probe()
1688 dev_err(dev, "FMC2 is not ready to be used.\n"); in stm32_fmc2_ebi_probe()
1805 .compatible = "st,stm32mp1-fmc2-ebi",
1809 .compatible = "st,stm32mp25-fmc2-ebi",
1829 MODULE_DESCRIPTION("STMicroelectronics STM32 FMC2 ebi driver");