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
786 .calculate = stm32_fmc2_ebi_ns_to_clock_cycles,
794 .calculate = stm32_fmc2_ebi_ns_to_clock_cycles,
802 .calculate = stm32_fmc2_ebi_ns_to_clock_cycles,
810 .calculate = stm32_fmc2_ebi_ns_to_clock_cycles,
817 .calculate = stm32_fmc2_ebi_ns_to_clock_cycles,
824 .calculate = stm32_fmc2_ebi_ns_to_clock_cycles,
831 .calculate = stm32_fmc2_ebi_ns_to_clock_cycles,
837 .calculate = stm32_fmc2_ebi_ns_to_clk_period,
845 .calculate = stm32_fmc2_ebi_ns_to_clock_cycles,
853 .calculate = stm32_fmc2_ebi_ns_to_clock_cycles,
861 .calculate = stm32_fmc2_ebi_ns_to_clock_cycles,
868 .calculate = stm32_fmc2_ebi_ns_to_clock_cycles,
875 .calculate = stm32_fmc2_ebi_ns_to_clock_cycles,
880 .calculate = stm32_fmc2_ebi_ns_to_clock_cycles,
927 else if (prop->calculate) in stm32_fmc2_ebi_parse_prop()
928 setup = prop->calculate(ebi, cs, val); in stm32_fmc2_ebi_parse_prop()