Home | History | Annotate | Download | only in isa

Lines Matching defs:end_addr

151 	u_long end_addr;	/* Ending address of voice data loop */
1630 = sc->sc_voc[GUS_VOICE_LEFT].end_addr;
1872 sc->sc_voc[GUS_VOICE_LEFT].end_addr =
1892 playstats[playcntr].endaddr = sc->sc_voc[GUS_VOICE_LEFT].end_addr;
1958 * think (the end_addr is the address of the last sample to play)
1994 playstats[playcntr].endaddr = sc->sc_voc[voice].end_addr;
2112 end = sc->sc_voc[voice].end_addr;
2459 sc->sc_voc[GUS_VOICE_RIGHT].end_addr =
2631 sc->sc_voc[voice].end_addr = addr;
2693 DPRINTF(("gus voice %d curaddr %ld end_addr %ld\n",
2694 voice, addr, sc->sc_voc[voice].end_addr));