snd_cs4281_peekBA0  548 sound/pci/cs4281.c 		if (!(snd_cs4281_peekBA0(chip, BA0_ACCTL) & BA0_ACCTL_DCV)) {
snd_cs4281_peekBA0  575 sound/pci/cs4281.c 	snd_cs4281_peekBA0(chip, ac97_num ? BA0_ACSDA2 : BA0_ACSDA);
snd_cs4281_peekBA0  609 sound/pci/cs4281.c 		if (!(snd_cs4281_peekBA0(chip, BA0_ACCTL) & BA0_ACCTL_DCV))
snd_cs4281_peekBA0  628 sound/pci/cs4281.c 		if (snd_cs4281_peekBA0(chip, ac97_num ? BA0_ACSTS2 : BA0_ACSTS) & BA0_ACSTS_VSTS)
snd_cs4281_peekBA0  643 sound/pci/cs4281.c 	result = snd_cs4281_peekBA0(chip, ac97_num ? BA0_ACSDA2 : BA0_ACSDA);
snd_cs4281_peekBA0  769 sound/pci/cs4281.c 		snd_cs4281_pokeBA0(chip, dma->regFCR, snd_cs4281_peekBA0(chip, dma->regFCR) & ~BA0_FCR_FEN);
snd_cs4281_peekBA0  831 sound/pci/cs4281.c 	       snd_cs4281_peekBA0(chip, dma->regDCC) - 1;
snd_cs4281_peekBA0 1007 sound/pci/cs4281.c 	volL = CS_VOL_MASK - (snd_cs4281_peekBA0(chip, regL) & CS_VOL_MASK);
snd_cs4281_peekBA0 1008 sound/pci/cs4281.c 	volR = CS_VOL_MASK - (snd_cs4281_peekBA0(chip, regR) & CS_VOL_MASK);
snd_cs4281_peekBA0 1024 sound/pci/cs4281.c 	volL = CS_VOL_MASK - (snd_cs4281_peekBA0(chip, regL) & CS_VOL_MASK);
snd_cs4281_peekBA0 1025 sound/pci/cs4281.c 	volR = CS_VOL_MASK - (snd_cs4281_peekBA0(chip, regR) & CS_VOL_MASK);
snd_cs4281_peekBA0 1197 sound/pci/cs4281.c 	return snd_cs4281_peekBA0(chip, BA0_JSPT);
snd_cs4281_peekBA0 1210 sound/pci/cs4281.c 	js1 = snd_cs4281_peekBA0(chip, BA0_JSC1);
snd_cs4281_peekBA0 1211 sound/pci/cs4281.c 	js2 = snd_cs4281_peekBA0(chip, BA0_JSC2);
snd_cs4281_peekBA0 1212 sound/pci/cs4281.c 	jst = snd_cs4281_peekBA0(chip, BA0_JSPT);
snd_cs4281_peekBA0 1397 sound/pci/cs4281.c 	tmp = snd_cs4281_peekBA0(chip, BA0_EPPMC);
snd_cs4281_peekBA0 1402 sound/pci/cs4281.c 	tmp = snd_cs4281_peekBA0(chip, BA0_CFLR);
snd_cs4281_peekBA0 1405 sound/pci/cs4281.c 		tmp = snd_cs4281_peekBA0(chip, BA0_CFLR);
snd_cs4281_peekBA0 1418 sound/pci/cs4281.c 	if ((tmp = snd_cs4281_peekBA0(chip, BA0_SERC1)) != (BA0_SERC1_SO1EN | BA0_SERC1_AC97)) {
snd_cs4281_peekBA0 1423 sound/pci/cs4281.c 	if ((tmp = snd_cs4281_peekBA0(chip, BA0_SERC2)) != (BA0_SERC2_SI1EN | BA0_SERC2_AC97)) {
snd_cs4281_peekBA0 1482 sound/pci/cs4281.c 		if (snd_cs4281_peekBA0(chip, BA0_CLKCR1) & BA0_CLKCR1_DLLRDY)
snd_cs4281_peekBA0 1508 sound/pci/cs4281.c 		if (snd_cs4281_peekBA0(chip, BA0_ACSTS) & BA0_ACSTS_CRDY)
snd_cs4281_peekBA0 1515 sound/pci/cs4281.c 		snd_cs4281_peekBA0(chip, BA0_ACSTS));
snd_cs4281_peekBA0 1522 sound/pci/cs4281.c 			if (snd_cs4281_peekBA0(chip, BA0_ACSTS2) & BA0_ACSTS_CRDY)
snd_cs4281_peekBA0 1550 sound/pci/cs4281.c                 if ((snd_cs4281_peekBA0(chip, BA0_ACISV) & (BA0_ACISV_SLV(3) | BA0_ACISV_SLV(4))) == (BA0_ACISV_SLV(3) | BA0_ACISV_SLV(4)))
snd_cs4281_peekBA0 1735 sound/pci/cs4281.c 			       (snd_cs4281_peekBA0(chip, BA0_MIDSR) & BA0_MIDSR_TBF) == 0) {
snd_cs4281_peekBA0 1795 sound/pci/cs4281.c 	status = snd_cs4281_peekBA0(chip, BA0_HISR);
snd_cs4281_peekBA0 1807 sound/pci/cs4281.c 				val = snd_cs4281_peekBA0(chip, cdma->regHDSR);
snd_cs4281_peekBA0 1832 sound/pci/cs4281.c 		while ((snd_cs4281_peekBA0(chip, BA0_MIDSR) & BA0_MIDSR_RBE) == 0) {
snd_cs4281_peekBA0 1833 sound/pci/cs4281.c 			c = snd_cs4281_peekBA0(chip, BA0_MIDRP);
snd_cs4281_peekBA0 1838 sound/pci/cs4281.c 		while ((snd_cs4281_peekBA0(chip, BA0_MIDSR) & BA0_MIDSR_TBF) == 0) {
snd_cs4281_peekBA0 1991 sound/pci/cs4281.c 	ulCLK = snd_cs4281_peekBA0(chip, BA0_CLKCR1);
snd_cs4281_peekBA0 2001 sound/pci/cs4281.c 			chip->suspend_regs[i] = snd_cs4281_peekBA0(chip, saved_regs[i]);
snd_cs4281_peekBA0 2015 sound/pci/cs4281.c 	ulCLK = snd_cs4281_peekBA0(chip, BA0_CLKCR1);
snd_cs4281_peekBA0 2028 sound/pci/cs4281.c 	ulCLK = snd_cs4281_peekBA0(chip, BA0_CLKCR1);
snd_cs4281_peekBA0 2042 sound/pci/cs4281.c 	ulCLK = snd_cs4281_peekBA0(chip, BA0_CLKCR1);