Lines Matching refs:jdx
318 u32 jdx; in sparx5_dsm_calendar_calc() local
324 for (jdx = 0; jdx < ARRAY_SIZE(data->taxi_speeds); jdx++) in sparx5_dsm_calendar_calc()
325 gcd = sparx5_dsm_exb_gcd(gcd, data->taxi_speeds[jdx]); in sparx5_dsm_calendar_calc()
394 u32 slot, jdx, kdx, ts; in sparx5_dsm_calendar_calc() local
408 for (jdx = 0; jdx < indices_len; jdx++, kdx++) in sparx5_dsm_calendar_calc()
409 data->new_slots[kdx] = data->indices[jdx]; in sparx5_dsm_calendar_calc()
508 u32 jdx, kdx; in sparx5_dsm_calendar_check() local
514 for (jdx = (idx + 1) % num_of_slots; in sparx5_dsm_calendar_check()
515 jdx != idx; in sparx5_dsm_calendar_check()
516 jdx = (jdx + 1) % num_of_slots, kdx++) { in sparx5_dsm_calendar_check()
517 cnt = cnt + distances[jdx] - max_dist; in sparx5_dsm_calendar_check()