coeffIncr 757 sound/pci/cs46xx/cs46xx_lib.c unsigned int phiIncr, coeffIncr, tmp1, tmp2; coeffIncr 798 sound/pci/cs46xx/cs46xx_lib.c coeffIncr = tmp1 / 48000; coeffIncr 799 sound/pci/cs46xx/cs46xx_lib.c tmp1 -= coeffIncr * 48000; coeffIncr 801 sound/pci/cs46xx/cs46xx_lib.c coeffIncr <<= 7; coeffIncr 802 sound/pci/cs46xx/cs46xx_lib.c coeffIncr += tmp1 / 48000; coeffIncr 803 sound/pci/cs46xx/cs46xx_lib.c coeffIncr ^= 0xFFFFFFFF; coeffIncr 804 sound/pci/cs46xx/cs46xx_lib.c coeffIncr++; coeffIncr 824 sound/pci/cs46xx/cs46xx_lib.c snd_cs46xx_poke(chip, BA1_CCI, coeffIncr);