Searched refs:fams2_meta (Results 1 – 1 of 1) sorted by relevance
998 static unsigned int calc_svp_microschedule(const struct dml2_fams2_meta *fams2_meta) in calc_svp_microschedule() argument1000 return fams2_meta->contention_delay_otg_vlines + in calc_svp_microschedule()1001 fams2_meta->method_subvp.programming_delay_otg_vlines + in calc_svp_microschedule()1002 fams2_meta->method_subvp.phantom_vtotal + in calc_svp_microschedule()1003 fams2_meta->method_subvp.prefetch_to_mall_delay_otg_vlines + in calc_svp_microschedule()1004 fams2_meta->dram_clk_change_blackout_otg_vlines; in calc_svp_microschedule()