Searched refs:civ (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/
H A Dintel8x0m.c183 int civ; member in struct:ichdev
415 ichdev->civ = 0;
430 int civ, i, step; local
433 civ = igetbyte(chip, port + ICH_REG_OFF_CIV);
434 if (civ == ichdev->civ) {
435 // snd_printd("civ same %d\n", civ);
437 ichdev->civ++;
438 ichdev->civ
[all...]
H A Dintel8x0.c354 int civ; member in struct:ichdev
687 ichdev->civ = 0;
714 int status, civ, i, step; local
719 civ = igetbyte(chip, port + ICH_REG_OFF_CIV);
722 } else if (civ == ichdev->civ) {
723 // snd_printd("civ same %d\n", civ);
725 ichdev->civ++;
726 ichdev->civ
1021 int civ, timeout = 100; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/oss/
H A Di810_audio.c858 unsigned int civ, offset, port, port_picb, bytes = 2; local
875 civ = GET_CIV(state->card, port);
883 * picb down to 0, then update civ to the next value,
885 * it between the civ update and the picb update, making
895 } while (civ != GET_CIV(state->card, port) || offset != I810_IOREADW(state->card, port_picb));
897 return (((civ + 1) * dmabuf->fragsize - (bytes * offset))

Completed in 63 milliseconds