Symbol: snd_cs46xx_peek
sound/pci/cs46xx/cs46xx_lib.c
1014
tmp = snd_cs46xx_peek(chip, BA1_CCTL);
sound/pci/cs46xx/cs46xx_lib.c
1020
tmp = snd_cs46xx_peek(chip, BA1_CCTL);
sound/pci/cs46xx/cs46xx_lib.c
1188
pfie = snd_cs46xx_peek(chip, (cpcm->pcm_channel->pcm_reader_scb->address + 1) << 2 );
sound/pci/cs46xx/cs46xx_lib.c
1192
pfie = snd_cs46xx_peek(chip, BA1_PFIE);
sound/pci/cs46xx/cs46xx_lib.c
1224
tmp = snd_cs46xx_peek(chip, (cpcm->pcm_channel->pcm_reader_scb->address) << 2);
sound/pci/cs46xx/cs46xx_lib.c
1234
tmp = snd_cs46xx_peek(chip, BA1_PDTC);
sound/pci/cs46xx/cs46xx_lib.c
1856
unsigned int val = snd_cs46xx_peek(chip, reg);
sound/pci/cs46xx/cs46xx_lib.c
1868
unsigned int old = snd_cs46xx_peek(chip, reg);
sound/pci/cs46xx/cs46xx_lib.c
2808
tmp = snd_cs46xx_peek(chip, BA1_PFIE);
sound/pci/cs46xx/cs46xx_lib.c
2813
tmp = snd_cs46xx_peek(chip, BA1_CIE);
sound/pci/cs46xx/cs46xx_lib.c
2821
tmp = snd_cs46xx_peek(chip, BA1_PCTL);
sound/pci/cs46xx/cs46xx_lib.c
2827
tmp = snd_cs46xx_peek(chip, BA1_CCTL);
sound/pci/cs46xx/cs46xx_lib.c
3131
tmp = snd_cs46xx_peek(chip, BA1_PFIE);
sound/pci/cs46xx/cs46xx_lib.c
3135
tmp = snd_cs46xx_peek(chip, BA1_CIE);
sound/pci/cs46xx/cs46xx_lib.c
3189
tmp = snd_cs46xx_peek(chip, BA1_PCTL);
sound/pci/cs46xx/cs46xx_lib.c
3197
tmp = snd_cs46xx_peek(chip, BA1_CCTL);
sound/pci/cs46xx/cs46xx_lib.c
3749
tmp = snd_cs46xx_peek(chip, BA1_CCTL);
sound/pci/cs46xx/cs46xx_lib.c
685
if (!(snd_cs46xx_peek(chip, BA1_SPCR) & SPCR_RUNFR))
sound/pci/cs46xx/cs46xx_lib.c
689
if (snd_cs46xx_peek(chip, BA1_SPCR) & SPCR_RUNFR)
sound/pci/cs46xx/cs46xx_lib.c
902
ptr = snd_cs46xx_peek(chip, (cpcm->pcm_channel->pcm_reader_scb->address + 2) << 2);
sound/pci/cs46xx/cs46xx_lib.c
904
ptr = snd_cs46xx_peek(chip, BA1_PBA);
sound/pci/cs46xx/cs46xx_lib.c
919
ptr = snd_cs46xx_peek(chip, (cpcm->pcm_channel->pcm_reader_scb->address + 2) << 2);
sound/pci/cs46xx/cs46xx_lib.c
921
ptr = snd_cs46xx_peek(chip, BA1_PBA);
sound/pci/cs46xx/cs46xx_lib.c
930
size_t ptr = snd_cs46xx_peek(chip, BA1_CBA) - chip->capt.hw_buf.addr;
sound/pci/cs46xx/cs46xx_lib.c
937
size_t ptr = snd_cs46xx_peek(chip, BA1_CBA) - chip->capt.hw_buf.addr;
sound/pci/cs46xx/cs46xx_lib.c
972
tmp = snd_cs46xx_peek(chip, BA1_PCTL);
sound/pci/cs46xx/cs46xx_lib.c
990
tmp = snd_cs46xx_peek(chip, BA1_PCTL);
sound/pci/cs46xx/dsp_spos.c
1831
temp = snd_cs46xx_peek(chip,((SPIOWRITE_SCB_ADDR + 6) << 2));
sound/pci/cs46xx/dsp_spos_scb_lib.c
1372
u32 temp = snd_cs46xx_peek (chip,pcm_channel->pcm_reader_scb->address << 2);
sound/pci/cs46xx/dsp_spos_scb_lib.c
1411
u32 temp = snd_cs46xx_peek (chip,WRITEBACK_SCB_ADDR << 2);