Lines Matching defs:fetch_cnt
244 int fetch_cnt,
250 if (fetch_cnt > AM65_CPSW_FETCH_CNT_MAX) {
251 fetch_cnt -= AM65_CPSW_FETCH_CNT_MAX;
254 cmd_fetch_cnt = fetch_cnt;
259 fetch_cnt = 0;
267 } while (fetch_cnt);
277 u32 fetch_cnt;
285 fetch_cnt = am65_est_cmd_ns_to_cnt(taprio->entries[i].interval,
288 cmd_cnt = DIV_ROUND_UP(fetch_cnt, AM65_CPSW_FETCH_CNT_MAX);
294 if (!fetch_cnt)
324 u32 fetch_cnt, fetch_allow, all_fetch_allow = 0;
337 fetch_cnt = am65_est_cmd_ns_to_cnt(entry->interval,
344 ram_addr = am65_cpsw_est_set_sched_cmds(ram_addr, fetch_cnt,
347 if (!fetch_cnt && i < est_new->taprio.num_entries - 1) {