Lines Matching full:calculate
157 * @calculate: this callback is called to calculate for exemple a timing
171 u32 (*calculate)(struct stm32_fmc2_ebi *ebi, int cs, u32 setup); member
784 .calculate = stm32_fmc2_ebi_ns_to_clock_cycles,
792 .calculate = stm32_fmc2_ebi_ns_to_clock_cycles,
800 .calculate = stm32_fmc2_ebi_ns_to_clock_cycles,
808 .calculate = stm32_fmc2_ebi_ns_to_clock_cycles,
815 .calculate = stm32_fmc2_ebi_ns_to_clock_cycles,
822 .calculate = stm32_fmc2_ebi_ns_to_clock_cycles,
829 .calculate = stm32_fmc2_ebi_ns_to_clock_cycles,
835 .calculate = stm32_fmc2_ebi_ns_to_clk_period,
843 .calculate = stm32_fmc2_ebi_ns_to_clock_cycles,
851 .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,
878 .calculate = stm32_fmc2_ebi_ns_to_clock_cycles,
925 else if (prop->calculate) in stm32_fmc2_ebi_parse_prop()
926 setup = prop->calculate(ebi, cs, val); in stm32_fmc2_ebi_parse_prop()