Home
last modified time | relevance | path

Searched refs:dma_base (Results 1 – 4 of 4) sorted by relevance

/sound/soc/bcm/
Dbcm2835-i2s.c833 dma_addr_t dma_base; in bcm2835_i2s_probe() local
868 dma_base = be32_to_cpup(addr); in bcm2835_i2s_probe()
871 dma_base + BCM2835_I2S_FIFO_A_REG; in bcm2835_i2s_probe()
874 dma_base + BCM2835_I2S_FIFO_A_REG; in bcm2835_i2s_probe()
/sound/ppc/
Dpmac.h40 dma_addr_t dma_base; member
Dpmac.c55 &rec->dma_base, GFP_KERNEL); in snd_pmac_dbdma_alloc()
61 rec->addr = rec->dma_base + (unsigned long)((char *)rec->cmds - (char *)rec->space); in snd_pmac_dbdma_alloc()
71 dma_free_coherent(&chip->pdev->dev, rsize, rec->space, rec->dma_base); in snd_pmac_dbdma_free()
/sound/pci/
Dazt3328.c251 unsigned int dma_base; /* helper to avoid an indirection in hotpath */ member
1437 codec->dma_base = runtime->dma_addr; in snd_azf3328_pcm_prepare()
1621 result -= codec->dma_base; in snd_azf3328_pcm_pointer()