Searched refs:jdx (Results 1 – 1 of 1) sorted by relevance
314 u32 jdx; in sparx5_dsm_calendar_calc() local320 for (jdx = 0; jdx < ARRAY_SIZE(data->taxi_speeds); jdx++) in sparx5_dsm_calendar_calc()321 gcd = sparx5_dsm_exb_gcd(gcd, data->taxi_speeds[jdx]); in sparx5_dsm_calendar_calc()390 u32 slot, jdx, kdx, ts; in sparx5_dsm_calendar_calc() local404 for (jdx = 0; jdx < indices_len; jdx++, kdx++) in sparx5_dsm_calendar_calc()405 data->new_slots[kdx] = data->indices[jdx]; in sparx5_dsm_calendar_calc()504 u32 jdx, kdx; in sparx5_dsm_calendar_check() local510 for (jdx = (idx + 1) % num_of_slots; in sparx5_dsm_calendar_check()511 jdx != idx; in sparx5_dsm_calendar_check()512 jdx = (jdx + 1) % num_of_slots, kdx++) { in sparx5_dsm_calendar_check()[all …]