Symbol: snd_cs4281_peekBA0
sound/pci/cs4281.c
1000
volR = CS_VOL_MASK - (snd_cs4281_peekBA0(chip, regR) & CS_VOL_MASK);
sound/pci/cs4281.c
1177
return snd_cs4281_peekBA0(chip, BA0_JSPT);
sound/pci/cs4281.c
1190
js1 = snd_cs4281_peekBA0(chip, BA0_JSC1);
sound/pci/cs4281.c
1191
js2 = snd_cs4281_peekBA0(chip, BA0_JSC2);
sound/pci/cs4281.c
1192
jst = snd_cs4281_peekBA0(chip, BA0_JSPT);
sound/pci/cs4281.c
1335
tmp = snd_cs4281_peekBA0(chip, BA0_EPPMC);
sound/pci/cs4281.c
1340
tmp = snd_cs4281_peekBA0(chip, BA0_CFLR);
sound/pci/cs4281.c
1343
tmp = snd_cs4281_peekBA0(chip, BA0_CFLR);
sound/pci/cs4281.c
1356
tmp = snd_cs4281_peekBA0(chip, BA0_SERC1);
sound/pci/cs4281.c
1362
tmp = snd_cs4281_peekBA0(chip, BA0_SERC2);
sound/pci/cs4281.c
1422
if (snd_cs4281_peekBA0(chip, BA0_CLKCR1) & BA0_CLKCR1_DLLRDY)
sound/pci/cs4281.c
1448
if (snd_cs4281_peekBA0(chip, BA0_ACSTS) & BA0_ACSTS_CRDY)
sound/pci/cs4281.c
1455
snd_cs4281_peekBA0(chip, BA0_ACSTS));
sound/pci/cs4281.c
1462
if (snd_cs4281_peekBA0(chip, BA0_ACSTS2) & BA0_ACSTS_CRDY)
sound/pci/cs4281.c
1490
if ((snd_cs4281_peekBA0(chip, BA0_ACISV) & (BA0_ACISV_SLV(3) | BA0_ACISV_SLV(4))) == (BA0_ACISV_SLV(3) | BA0_ACISV_SLV(4)))
sound/pci/cs4281.c
1667
(snd_cs4281_peekBA0(chip, BA0_MIDSR) & BA0_MIDSR_TBF) == 0) {
sound/pci/cs4281.c
1727
status = snd_cs4281_peekBA0(chip, BA0_HISR);
sound/pci/cs4281.c
1741
val = snd_cs4281_peekBA0(chip, cdma->regHDSR);
sound/pci/cs4281.c
1766
while ((snd_cs4281_peekBA0(chip, BA0_MIDSR) & BA0_MIDSR_RBE) == 0) {
sound/pci/cs4281.c
1767
c = snd_cs4281_peekBA0(chip, BA0_MIDRP);
sound/pci/cs4281.c
1772
while ((snd_cs4281_peekBA0(chip, BA0_MIDSR) & BA0_MIDSR_TBF) == 0) {
sound/pci/cs4281.c
1913
ulCLK = snd_cs4281_peekBA0(chip, BA0_CLKCR1);
sound/pci/cs4281.c
1923
chip->suspend_regs[i] = snd_cs4281_peekBA0(chip, saved_regs[i]);
sound/pci/cs4281.c
1937
ulCLK = snd_cs4281_peekBA0(chip, BA0_CLKCR1);
sound/pci/cs4281.c
1950
ulCLK = snd_cs4281_peekBA0(chip, BA0_CLKCR1);
sound/pci/cs4281.c
1964
ulCLK = snd_cs4281_peekBA0(chip, BA0_CLKCR1);
sound/pci/cs4281.c
544
if (!(snd_cs4281_peekBA0(chip, BA0_ACCTL) & BA0_ACCTL_DCV)) {
sound/pci/cs4281.c
571
snd_cs4281_peekBA0(chip, ac97_num ? BA0_ACSDA2 : BA0_ACSDA);
sound/pci/cs4281.c
605
if (!(snd_cs4281_peekBA0(chip, BA0_ACCTL) & BA0_ACCTL_DCV))
sound/pci/cs4281.c
624
if (snd_cs4281_peekBA0(chip, ac97_num ? BA0_ACSTS2 : BA0_ACSTS) & BA0_ACSTS_VSTS)
sound/pci/cs4281.c
639
result = snd_cs4281_peekBA0(chip, ac97_num ? BA0_ACSDA2 : BA0_ACSDA);
sound/pci/cs4281.c
763
snd_cs4281_pokeBA0(chip, dma->regFCR, snd_cs4281_peekBA0(chip, dma->regFCR) & ~BA0_FCR_FEN);
sound/pci/cs4281.c
812
snd_cs4281_peekBA0(chip, dma->regDCC) - 1;
sound/pci/cs4281.c
982
volL = CS_VOL_MASK - (snd_cs4281_peekBA0(chip, regL) & CS_VOL_MASK);
sound/pci/cs4281.c
983
volR = CS_VOL_MASK - (snd_cs4281_peekBA0(chip, regR) & CS_VOL_MASK);
sound/pci/cs4281.c
999
volL = CS_VOL_MASK - (snd_cs4281_peekBA0(chip, regL) & CS_VOL_MASK);