Searched refs:fams2_meta (Results 1 – 1 of 1) sorted by relevance
1029 static unsigned int calc_svp_microschedule(const struct dml2_fams2_meta *fams2_meta) in calc_svp_microschedule() argument1031 return fams2_meta->contention_delay_otg_vlines + in calc_svp_microschedule()1032 fams2_meta->method_subvp.programming_delay_otg_vlines + in calc_svp_microschedule()1033 fams2_meta->method_subvp.phantom_vtotal + in calc_svp_microschedule()1034 fams2_meta->method_subvp.prefetch_to_mall_delay_otg_vlines + in calc_svp_microschedule()1035 fams2_meta->dram_clk_change_blackout_otg_vlines; in calc_svp_microschedule()