HomeSort by: relevance | last modified time | path
    Searched defs:rept_max (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/luna68k/dev/
psgpam.c 302 DPRINTF(1, "xp cycle_clk=%d rept_clk=%d rept_max=%d\n",
387 uint8_t rept_max; local in function:psgpam_query_format
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++)
    [all...]
psgpam.c 302 DPRINTF(1, "xp cycle_clk=%d rept_clk=%d rept_max=%d\n",
387 uint8_t rept_max; local in function:psgpam_query_format
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++)
    [all...]
psgpam.c 302 DPRINTF(1, "xp cycle_clk=%d rept_clk=%d rept_max=%d\n",
387 uint8_t rept_max; local in function:psgpam_query_format
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++)
    [all...]

Completed in 36 milliseconds