Lines Matching full:calculate
159 * @calculate: this callback is called to calculate for exemple a timing
173 u32 (*calculate)(struct stm32_fmc2_ebi *ebi, int cs, u32 setup); member
828 .calculate = stm32_fmc2_ebi_ns_to_clock_cycles,
836 .calculate = stm32_fmc2_ebi_ns_to_clock_cycles,
844 .calculate = stm32_fmc2_ebi_ns_to_clock_cycles,
852 .calculate = stm32_fmc2_ebi_ns_to_clock_cycles,
859 .calculate = stm32_fmc2_ebi_ns_to_clock_cycles,
866 .calculate = stm32_fmc2_ebi_ns_to_clock_cycles,
873 .calculate = stm32_fmc2_ebi_ns_to_clock_cycles,
879 .calculate = stm32_fmc2_ebi_ns_to_clk_period,
887 .calculate = stm32_fmc2_ebi_ns_to_clock_cycles,
895 .calculate = stm32_fmc2_ebi_ns_to_clock_cycles,
903 .calculate = stm32_fmc2_ebi_ns_to_clock_cycles,
910 .calculate = stm32_fmc2_ebi_ns_to_clock_cycles,
917 .calculate = stm32_fmc2_ebi_ns_to_clock_cycles,
922 .calculate = stm32_fmc2_ebi_ns_to_clock_cycles,
969 else if (prop->calculate) in stm32_fmc2_ebi_parse_prop()
970 setup = prop->calculate(ebi, cs, val); in stm32_fmc2_ebi_parse_prop()