Home | History | Annotate | Download | only in dev

Lines Matching defs:rept_max

302 		DPRINTF(1, "xp cycle_clk=%d rept_clk=%d rept_max=%d\n",
387 uint8_t rept_max;
414 rept_max = sc->sc_xp_rept_max + 1;
416 if (rept_max <= AUFMT_MAX_FREQUENCIES) {
418 for (i = 0; i < rept_max; i++) {
423 n = rept_max;
425 if (rept_max > XP_FREQ_MAXCOUNT)
426 rept_max = XP_FREQ_MAXCOUNT;
428 for (i = 0; i < rept_max; i++) {
441 for (i = 1; i < rept_max - 1; i++) {
454 for (i = 0; i < rept_max; i++) {