snd_cs4281_pokeBA0  550 sound/pci/cs4281.c 	snd_cs4281_pokeBA0(chip, BA0_ACCAD, reg);
snd_cs4281_pokeBA0  551 sound/pci/cs4281.c 	snd_cs4281_pokeBA0(chip, BA0_ACCDA, val);
snd_cs4281_pokeBA0  552 sound/pci/cs4281.c 	snd_cs4281_pokeBA0(chip, BA0_ACCTL, BA0_ACCTL_DCV | BA0_ACCTL_VFRM |
snd_cs4281_pokeBA0  604 sound/pci/cs4281.c 	snd_cs4281_pokeBA0(chip, BA0_ACCAD, reg);
snd_cs4281_pokeBA0  605 sound/pci/cs4281.c 	snd_cs4281_pokeBA0(chip, BA0_ACCDA, 0);
snd_cs4281_pokeBA0  606 sound/pci/cs4281.c 	snd_cs4281_pokeBA0(chip, BA0_ACCTL, BA0_ACCTL_DCV | BA0_ACCTL_CRW |
snd_cs4281_pokeBA0  682 sound/pci/cs4281.c 		snd_cs4281_pokeBA0(chip, dma->regDMR, dma->valDMR & ~BA0_DMR_DMA);
snd_cs4281_pokeBA0  700 sound/pci/cs4281.c 	snd_cs4281_pokeBA0(chip, dma->regDMR, dma->valDMR);
snd_cs4281_pokeBA0  701 sound/pci/cs4281.c 	snd_cs4281_pokeBA0(chip, dma->regFCR, dma->valFCR);
snd_cs4281_pokeBA0  702 sound/pci/cs4281.c 	snd_cs4281_pokeBA0(chip, dma->regDCR, dma->valDCR);
snd_cs4281_pokeBA0  757 sound/pci/cs4281.c 	snd_cs4281_pokeBA0(chip, dma->regDBA, runtime->dma_addr);
snd_cs4281_pokeBA0  758 sound/pci/cs4281.c 	snd_cs4281_pokeBA0(chip, dma->regDBC, runtime->buffer_size - 1);
snd_cs4281_pokeBA0  760 sound/pci/cs4281.c 	snd_cs4281_pokeBA0(chip, BA0_SRCSA, (chip->src_left_play_slot << 0) |
snd_cs4281_pokeBA0  770 sound/pci/cs4281.c 			snd_cs4281_pokeBA0(chip, BA0_DACSR, val);
snd_cs4281_pokeBA0  776 sound/pci/cs4281.c 			snd_cs4281_pokeBA0(chip, BA0_ADCSR, val);
snd_cs4281_pokeBA0  782 sound/pci/cs4281.c 		snd_cs4281_pokeBA0(chip, dma->regFCR, snd_cs4281_peekBA0(chip, dma->regFCR) & ~BA0_FCR_FEN);
snd_cs4281_pokeBA0  788 sound/pci/cs4281.c 	snd_cs4281_pokeBA0(chip, dma->regFCR, dma->valFCR | (capture ? BA0_FCR_PSH : 0));
snd_cs4281_pokeBA0  791 sound/pci/cs4281.c 		snd_cs4281_pokeBA0(chip, dma->regFCR, dma->valFCR | BA0_FCR_FEN);
snd_cs4281_pokeBA0  793 sound/pci/cs4281.c 	snd_cs4281_pokeBA0(chip, dma->regFSIC, 0);
snd_cs4281_pokeBA0 1042 sound/pci/cs4281.c 		snd_cs4281_pokeBA0(chip, regL, volL);
snd_cs4281_pokeBA0 1047 sound/pci/cs4281.c 		snd_cs4281_pokeBA0(chip, regR, volR);
snd_cs4281_pokeBA0 1214 sound/pci/cs4281.c 	snd_cs4281_pokeBA0(chip, BA0_JSPT, 0xff);
snd_cs4281_pokeBA0 1289 sound/pci/cs4281.c 	snd_cs4281_pokeBA0(chip, BA0_JSIO, 0xFF); // ?
snd_cs4281_pokeBA0 1290 sound/pci/cs4281.c 	snd_cs4281_pokeBA0(chip, BA0_JSCTL, JSCTL_SP_MEDIUM_SLOW);
snd_cs4281_pokeBA0 1317 sound/pci/cs4281.c 	snd_cs4281_pokeBA0(chip, BA0_HIMR, 0x7fffffff);
snd_cs4281_pokeBA0 1319 sound/pci/cs4281.c 	snd_cs4281_pokeBA0(chip, BA0_CLKCR1, 0);
snd_cs4281_pokeBA0 1321 sound/pci/cs4281.c 	snd_cs4281_pokeBA0(chip, BA0_SSPM, 0);
snd_cs4281_pokeBA0 1428 sound/pci/cs4281.c 		snd_cs4281_pokeBA0(chip, BA0_EPPMC, tmp & ~BA0_EPPMC_FPDN);
snd_cs4281_pokeBA0 1433 sound/pci/cs4281.c 		snd_cs4281_pokeBA0(chip, BA0_CFLR, BA0_CFLR_DEFAULT);
snd_cs4281_pokeBA0 1444 sound/pci/cs4281.c 	snd_cs4281_pokeBA0(chip, BA0_CWPR, 0x4281);
snd_cs4281_pokeBA0 1456 sound/pci/cs4281.c 	snd_cs4281_pokeBA0(chip, BA0_SSPM, BA0_SSPM_MIXEN | BA0_SSPM_CSRCEN |
snd_cs4281_pokeBA0 1465 sound/pci/cs4281.c 	snd_cs4281_pokeBA0(chip, BA0_CLKCR1, 0);
snd_cs4281_pokeBA0 1466 sound/pci/cs4281.c 	snd_cs4281_pokeBA0(chip, BA0_SERMC, 0);
snd_cs4281_pokeBA0 1470 sound/pci/cs4281.c 	snd_cs4281_pokeBA0(chip, BA0_ACCTL, 0);
snd_cs4281_pokeBA0 1477 sound/pci/cs4281.c 	snd_cs4281_pokeBA0(chip, BA0_SPMC, 0);
snd_cs4281_pokeBA0 1479 sound/pci/cs4281.c 	snd_cs4281_pokeBA0(chip, BA0_SPMC, BA0_SPMC_RSTN);
snd_cs4281_pokeBA0 1483 sound/pci/cs4281.c 		snd_cs4281_pokeBA0(chip, BA0_SPMC, BA0_SPMC_RSTN | BA0_SPMC_ASDI2E);
snd_cs4281_pokeBA0 1488 sound/pci/cs4281.c 	snd_cs4281_pokeBA0(chip, BA0_SERMC,
snd_cs4281_pokeBA0 1495 sound/pci/cs4281.c 	snd_cs4281_pokeBA0(chip, BA0_CLKCR1, BA0_CLKCR1_DLLP);
snd_cs4281_pokeBA0 1497 sound/pci/cs4281.c 	snd_cs4281_pokeBA0(chip, BA0_CLKCR1, BA0_CLKCR1_SWCE | BA0_CLKCR1_DLLP);
snd_cs4281_pokeBA0 1523 sound/pci/cs4281.c 	snd_cs4281_pokeBA0(chip, BA0_ACCTL, BA0_ACCTL_ESYN);
snd_cs4281_pokeBA0 1560 sound/pci/cs4281.c 	snd_cs4281_pokeBA0(chip, BA0_ACCTL, BA0_ACCTL_VFRM | BA0_ACCTL_ESYN);
snd_cs4281_pokeBA0 1589 sound/pci/cs4281.c 	snd_cs4281_pokeBA0(chip, BA0_ACOSV, BA0_ACOSV_SLV(3) | BA0_ACOSV_SLV(4));
snd_cs4281_pokeBA0 1606 sound/pci/cs4281.c 		snd_cs4281_pokeBA0(chip, dma->regFCR,
snd_cs4281_pokeBA0 1623 sound/pci/cs4281.c 	snd_cs4281_pokeBA0(chip, chip->dma[0].regFCR, chip->dma[0].valFCR);
snd_cs4281_pokeBA0 1624 sound/pci/cs4281.c 	snd_cs4281_pokeBA0(chip, BA0_SRCSA, (chip->src_left_play_slot << 0) |
snd_cs4281_pokeBA0 1630 sound/pci/cs4281.c 	snd_cs4281_pokeBA0(chip, BA0_PPLVC, 0);
snd_cs4281_pokeBA0 1631 sound/pci/cs4281.c 	snd_cs4281_pokeBA0(chip, BA0_PPRVC, 0);
snd_cs4281_pokeBA0 1634 sound/pci/cs4281.c 	snd_cs4281_pokeBA0(chip, BA0_HICR, BA0_HICR_EOI);
snd_cs4281_pokeBA0 1636 sound/pci/cs4281.c 	snd_cs4281_pokeBA0(chip, BA0_HIMR, 0x7fffffff & ~(
snd_cs4281_pokeBA0 1654 sound/pci/cs4281.c 	snd_cs4281_pokeBA0(chip, BA0_MIDCR, chip->midcr | BA0_MIDCR_MRST);
snd_cs4281_pokeBA0 1656 sound/pci/cs4281.c 	snd_cs4281_pokeBA0(chip, BA0_MIDCR, chip->midcr);
snd_cs4281_pokeBA0 1669 sound/pci/cs4281.c 		snd_cs4281_pokeBA0(chip, BA0_MIDCR, chip->midcr);
snd_cs4281_pokeBA0 1685 sound/pci/cs4281.c 		snd_cs4281_pokeBA0(chip, BA0_MIDCR, chip->midcr);
snd_cs4281_pokeBA0 1703 sound/pci/cs4281.c 		snd_cs4281_pokeBA0(chip, BA0_MIDCR, chip->midcr);
snd_cs4281_pokeBA0 1719 sound/pci/cs4281.c 		snd_cs4281_pokeBA0(chip, BA0_MIDCR, chip->midcr);
snd_cs4281_pokeBA0 1735 sound/pci/cs4281.c 			snd_cs4281_pokeBA0(chip, BA0_MIDCR, chip->midcr);
snd_cs4281_pokeBA0 1740 sound/pci/cs4281.c 			snd_cs4281_pokeBA0(chip, BA0_MIDCR, chip->midcr);
snd_cs4281_pokeBA0 1762 sound/pci/cs4281.c 					snd_cs4281_pokeBA0(chip, BA0_MIDWP, byte);
snd_cs4281_pokeBA0 1765 sound/pci/cs4281.c 			snd_cs4281_pokeBA0(chip, BA0_MIDCR, chip->midcr);
snd_cs4281_pokeBA0 1770 sound/pci/cs4281.c 			snd_cs4281_pokeBA0(chip, BA0_MIDCR, chip->midcr);
snd_cs4281_pokeBA0 1825 sound/pci/cs4281.c 		snd_cs4281_pokeBA0(chip, BA0_HICR, BA0_HICR_EOI);
snd_cs4281_pokeBA0 1871 sound/pci/cs4281.c 				snd_cs4281_pokeBA0(chip, BA0_MIDCR, chip->midcr);
snd_cs4281_pokeBA0 1874 sound/pci/cs4281.c 			snd_cs4281_pokeBA0(chip, BA0_MIDWP, c);
snd_cs4281_pokeBA0 1880 sound/pci/cs4281.c 	snd_cs4281_pokeBA0(chip, BA0_HICR, BA0_HICR_EOI);
snd_cs4281_pokeBA0 2023 sound/pci/cs4281.c 	snd_cs4281_pokeBA0(chip, BA0_CLKCR1, ulCLK);
snd_cs4281_pokeBA0 2026 sound/pci/cs4281.c 	snd_cs4281_pokeBA0(chip, BA0_HICR, BA0_HICR_CHGM);
snd_cs4281_pokeBA0 2034 sound/pci/cs4281.c 	snd_cs4281_pokeBA0(chip, BA0_SERMC, 0);
snd_cs4281_pokeBA0 2037 sound/pci/cs4281.c 	snd_cs4281_pokeBA0(chip, BA0_SSPM, 0);
snd_cs4281_pokeBA0 2040 sound/pci/cs4281.c 	snd_cs4281_pokeBA0(chip, BA0_CLKCR1, 0);
snd_cs4281_pokeBA0 2043 sound/pci/cs4281.c 	snd_cs4281_pokeBA0(chip, BA0_SPMC, 0);
snd_cs4281_pokeBA0 2047 sound/pci/cs4281.c 	snd_cs4281_pokeBA0(chip, BA0_CLKCR1, ulCLK);
snd_cs4281_pokeBA0 2074 sound/pci/cs4281.c 	snd_cs4281_pokeBA0(chip, BA0_CLKCR1, ulCLK);
snd_cs4281_pokeBA0 2081 sound/pci/cs4281.c 			snd_cs4281_pokeBA0(chip, saved_regs[i], chip->suspend_regs[i]);
snd_cs4281_pokeBA0 2088 sound/pci/cs4281.c 	snd_cs4281_pokeBA0(chip, BA0_CLKCR1, ulCLK);