snd_cs4281_pokeBA0  535 sound/pci/cs4281.c 	snd_cs4281_pokeBA0(chip, BA0_ACCAD, reg);
snd_cs4281_pokeBA0  536 sound/pci/cs4281.c 	snd_cs4281_pokeBA0(chip, BA0_ACCDA, val);
snd_cs4281_pokeBA0  537 sound/pci/cs4281.c 	snd_cs4281_pokeBA0(chip, BA0_ACCTL, BA0_ACCTL_DCV | BA0_ACCTL_VFRM |
snd_cs4281_pokeBA0  590 sound/pci/cs4281.c 	snd_cs4281_pokeBA0(chip, BA0_ACCAD, reg);
snd_cs4281_pokeBA0  591 sound/pci/cs4281.c 	snd_cs4281_pokeBA0(chip, BA0_ACCDA, 0);
snd_cs4281_pokeBA0  592 sound/pci/cs4281.c 	snd_cs4281_pokeBA0(chip, BA0_ACCTL, BA0_ACCTL_DCV | BA0_ACCTL_CRW |
snd_cs4281_pokeBA0  670 sound/pci/cs4281.c 		snd_cs4281_pokeBA0(chip, dma->regDMR, dma->valDMR & ~BA0_DMR_DMA);
snd_cs4281_pokeBA0  688 sound/pci/cs4281.c 	snd_cs4281_pokeBA0(chip, dma->regDMR, dma->valDMR);
snd_cs4281_pokeBA0  689 sound/pci/cs4281.c 	snd_cs4281_pokeBA0(chip, dma->regFCR, dma->valFCR);
snd_cs4281_pokeBA0  690 sound/pci/cs4281.c 	snd_cs4281_pokeBA0(chip, dma->regDCR, dma->valDCR);
snd_cs4281_pokeBA0  744 sound/pci/cs4281.c 	snd_cs4281_pokeBA0(chip, dma->regDBA, runtime->dma_addr);
snd_cs4281_pokeBA0  745 sound/pci/cs4281.c 	snd_cs4281_pokeBA0(chip, dma->regDBC, runtime->buffer_size - 1);
snd_cs4281_pokeBA0  747 sound/pci/cs4281.c 	snd_cs4281_pokeBA0(chip, BA0_SRCSA, (chip->src_left_play_slot << 0) |
snd_cs4281_pokeBA0  757 sound/pci/cs4281.c 			snd_cs4281_pokeBA0(chip, BA0_DACSR, val);
snd_cs4281_pokeBA0  763 sound/pci/cs4281.c 			snd_cs4281_pokeBA0(chip, BA0_ADCSR, val);
snd_cs4281_pokeBA0  769 sound/pci/cs4281.c 		snd_cs4281_pokeBA0(chip, dma->regFCR, snd_cs4281_peekBA0(chip, dma->regFCR) & ~BA0_FCR_FEN);
snd_cs4281_pokeBA0  775 sound/pci/cs4281.c 	snd_cs4281_pokeBA0(chip, dma->regFCR, dma->valFCR | (capture ? BA0_FCR_PSH : 0));
snd_cs4281_pokeBA0  778 sound/pci/cs4281.c 		snd_cs4281_pokeBA0(chip, dma->regFCR, dma->valFCR | BA0_FCR_FEN);
snd_cs4281_pokeBA0  780 sound/pci/cs4281.c 	snd_cs4281_pokeBA0(chip, dma->regFSIC, 0);
snd_cs4281_pokeBA0 1029 sound/pci/cs4281.c 		snd_cs4281_pokeBA0(chip, regL, volL);
snd_cs4281_pokeBA0 1034 sound/pci/cs4281.c 		snd_cs4281_pokeBA0(chip, regR, volR);
snd_cs4281_pokeBA0 1188 sound/pci/cs4281.c 	snd_cs4281_pokeBA0(chip, BA0_JSPT, 0xff);
snd_cs4281_pokeBA0 1264 sound/pci/cs4281.c 	snd_cs4281_pokeBA0(chip, BA0_JSIO, 0xFF); // ?
snd_cs4281_pokeBA0 1265 sound/pci/cs4281.c 	snd_cs4281_pokeBA0(chip, BA0_JSCTL, JSCTL_SP_MEDIUM_SLOW);
snd_cs4281_pokeBA0 1292 sound/pci/cs4281.c 	snd_cs4281_pokeBA0(chip, BA0_HIMR, 0x7fffffff);
snd_cs4281_pokeBA0 1294 sound/pci/cs4281.c 	snd_cs4281_pokeBA0(chip, BA0_CLKCR1, 0);
snd_cs4281_pokeBA0 1296 sound/pci/cs4281.c 	snd_cs4281_pokeBA0(chip, BA0_SSPM, 0);
snd_cs4281_pokeBA0 1399 sound/pci/cs4281.c 		snd_cs4281_pokeBA0(chip, BA0_EPPMC, tmp & ~BA0_EPPMC_FPDN);
snd_cs4281_pokeBA0 1404 sound/pci/cs4281.c 		snd_cs4281_pokeBA0(chip, BA0_CFLR, BA0_CFLR_DEFAULT);
snd_cs4281_pokeBA0 1416 sound/pci/cs4281.c 	snd_cs4281_pokeBA0(chip, BA0_CWPR, 0x4281);
snd_cs4281_pokeBA0 1430 sound/pci/cs4281.c 	snd_cs4281_pokeBA0(chip, BA0_SSPM, BA0_SSPM_MIXEN | BA0_SSPM_CSRCEN |
snd_cs4281_pokeBA0 1439 sound/pci/cs4281.c 	snd_cs4281_pokeBA0(chip, BA0_CLKCR1, 0);
snd_cs4281_pokeBA0 1440 sound/pci/cs4281.c 	snd_cs4281_pokeBA0(chip, BA0_SERMC, 0);
snd_cs4281_pokeBA0 1444 sound/pci/cs4281.c 	snd_cs4281_pokeBA0(chip, BA0_ACCTL, 0);
snd_cs4281_pokeBA0 1451 sound/pci/cs4281.c 	snd_cs4281_pokeBA0(chip, BA0_SPMC, 0);
snd_cs4281_pokeBA0 1453 sound/pci/cs4281.c 	snd_cs4281_pokeBA0(chip, BA0_SPMC, BA0_SPMC_RSTN);
snd_cs4281_pokeBA0 1457 sound/pci/cs4281.c 		snd_cs4281_pokeBA0(chip, BA0_SPMC, BA0_SPMC_RSTN | BA0_SPMC_ASDI2E);
snd_cs4281_pokeBA0 1462 sound/pci/cs4281.c 	snd_cs4281_pokeBA0(chip, BA0_SERMC,
snd_cs4281_pokeBA0 1469 sound/pci/cs4281.c 	snd_cs4281_pokeBA0(chip, BA0_CLKCR1, BA0_CLKCR1_DLLP);
snd_cs4281_pokeBA0 1471 sound/pci/cs4281.c 	snd_cs4281_pokeBA0(chip, BA0_CLKCR1, BA0_CLKCR1_SWCE | BA0_CLKCR1_DLLP);
snd_cs4281_pokeBA0 1497 sound/pci/cs4281.c 	snd_cs4281_pokeBA0(chip, BA0_ACCTL, BA0_ACCTL_ESYN);
snd_cs4281_pokeBA0 1537 sound/pci/cs4281.c 	snd_cs4281_pokeBA0(chip, BA0_ACCTL, BA0_ACCTL_VFRM | BA0_ACCTL_ESYN);
snd_cs4281_pokeBA0 1566 sound/pci/cs4281.c 	snd_cs4281_pokeBA0(chip, BA0_ACOSV, BA0_ACOSV_SLV(3) | BA0_ACOSV_SLV(4));
snd_cs4281_pokeBA0 1583 sound/pci/cs4281.c 		snd_cs4281_pokeBA0(chip, dma->regFCR,
snd_cs4281_pokeBA0 1600 sound/pci/cs4281.c 	snd_cs4281_pokeBA0(chip, chip->dma[0].regFCR, chip->dma[0].valFCR);
snd_cs4281_pokeBA0 1601 sound/pci/cs4281.c 	snd_cs4281_pokeBA0(chip, BA0_SRCSA, (chip->src_left_play_slot << 0) |
snd_cs4281_pokeBA0 1607 sound/pci/cs4281.c 	snd_cs4281_pokeBA0(chip, BA0_PPLVC, 0);
snd_cs4281_pokeBA0 1608 sound/pci/cs4281.c 	snd_cs4281_pokeBA0(chip, BA0_PPRVC, 0);
snd_cs4281_pokeBA0 1611 sound/pci/cs4281.c 	snd_cs4281_pokeBA0(chip, BA0_HICR, BA0_HICR_EOI);
snd_cs4281_pokeBA0 1613 sound/pci/cs4281.c 	snd_cs4281_pokeBA0(chip, BA0_HIMR, 0x7fffffff & ~(
snd_cs4281_pokeBA0 1631 sound/pci/cs4281.c 	snd_cs4281_pokeBA0(chip, BA0_MIDCR, chip->midcr | BA0_MIDCR_MRST);
snd_cs4281_pokeBA0 1633 sound/pci/cs4281.c 	snd_cs4281_pokeBA0(chip, BA0_MIDCR, chip->midcr);
snd_cs4281_pokeBA0 1646 sound/pci/cs4281.c 		snd_cs4281_pokeBA0(chip, BA0_MIDCR, chip->midcr);
snd_cs4281_pokeBA0 1662 sound/pci/cs4281.c 		snd_cs4281_pokeBA0(chip, BA0_MIDCR, chip->midcr);
snd_cs4281_pokeBA0 1680 sound/pci/cs4281.c 		snd_cs4281_pokeBA0(chip, BA0_MIDCR, chip->midcr);
snd_cs4281_pokeBA0 1696 sound/pci/cs4281.c 		snd_cs4281_pokeBA0(chip, BA0_MIDCR, chip->midcr);
snd_cs4281_pokeBA0 1712 sound/pci/cs4281.c 			snd_cs4281_pokeBA0(chip, BA0_MIDCR, chip->midcr);
snd_cs4281_pokeBA0 1717 sound/pci/cs4281.c 			snd_cs4281_pokeBA0(chip, BA0_MIDCR, chip->midcr);
snd_cs4281_pokeBA0 1739 sound/pci/cs4281.c 					snd_cs4281_pokeBA0(chip, BA0_MIDWP, byte);
snd_cs4281_pokeBA0 1742 sound/pci/cs4281.c 			snd_cs4281_pokeBA0(chip, BA0_MIDCR, chip->midcr);
snd_cs4281_pokeBA0 1747 sound/pci/cs4281.c 			snd_cs4281_pokeBA0(chip, BA0_MIDCR, chip->midcr);
snd_cs4281_pokeBA0 1797 sound/pci/cs4281.c 		snd_cs4281_pokeBA0(chip, BA0_HICR, BA0_HICR_EOI);
snd_cs4281_pokeBA0 1843 sound/pci/cs4281.c 				snd_cs4281_pokeBA0(chip, BA0_MIDCR, chip->midcr);
snd_cs4281_pokeBA0 1846 sound/pci/cs4281.c 			snd_cs4281_pokeBA0(chip, BA0_MIDWP, c);
snd_cs4281_pokeBA0 1852 sound/pci/cs4281.c 	snd_cs4281_pokeBA0(chip, BA0_HICR, BA0_HICR_EOI);
snd_cs4281_pokeBA0 1993 sound/pci/cs4281.c 	snd_cs4281_pokeBA0(chip, BA0_CLKCR1, ulCLK);
snd_cs4281_pokeBA0 1996 sound/pci/cs4281.c 	snd_cs4281_pokeBA0(chip, BA0_HICR, BA0_HICR_CHGM);
snd_cs4281_pokeBA0 2004 sound/pci/cs4281.c 	snd_cs4281_pokeBA0(chip, BA0_SERMC, 0);
snd_cs4281_pokeBA0 2007 sound/pci/cs4281.c 	snd_cs4281_pokeBA0(chip, BA0_SSPM, 0);
snd_cs4281_pokeBA0 2010 sound/pci/cs4281.c 	snd_cs4281_pokeBA0(chip, BA0_CLKCR1, 0);
snd_cs4281_pokeBA0 2013 sound/pci/cs4281.c 	snd_cs4281_pokeBA0(chip, BA0_SPMC, 0);
snd_cs4281_pokeBA0 2017 sound/pci/cs4281.c 	snd_cs4281_pokeBA0(chip, BA0_CLKCR1, ulCLK);
snd_cs4281_pokeBA0 2030 sound/pci/cs4281.c 	snd_cs4281_pokeBA0(chip, BA0_CLKCR1, ulCLK);
snd_cs4281_pokeBA0 2037 sound/pci/cs4281.c 			snd_cs4281_pokeBA0(chip, saved_regs[i], chip->suspend_regs[i]);
snd_cs4281_pokeBA0 2044 sound/pci/cs4281.c 	snd_cs4281_pokeBA0(chip, BA0_CLKCR1, ulCLK);