Home
last modified time | relevance | path

Searched refs:yram (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/sound/soc/sh/
Dsiu_dai.c283 add = info->yram; in siu_dai_spbstart()
288 add = info->yram + (0x0200 / sizeof(u32)); in siu_dai_spbstart()
293 add = info->yram + (0x0600 / sizeof(u32)); in siu_dai_spbstart()
780 info->yram = ioremap(res->start + YRAM_OFFSET, YRAM_SIZE); in siu_probe()
781 if (!info->yram) in siu_probe()
809 iounmap(info->yram); in siu_probe()
835 iounmap(info->yram); in siu_remove()
Dsiu.h107 u32 __iomem *yram; member
/linux-4.1.27/sound/pci/hda/
Dpatch_ca0132.c1595 bool *code, bool *yram) in dsp_chip_to_dsp_addx() argument
1597 *code = *yram = false; in dsp_chip_to_dsp_addx()
1605 *yram = true; in dsp_chip_to_dsp_addx()
1635 bool code, yram; in dsp_dma_setup_common() local
1649 dsp_addx = dsp_chip_to_dsp_addx(chip_addx, &code, &yram); in dsp_dma_setup_common()
1744 bool code, yram; in dsp_dma_setup() local
1763 dsp_addx = dsp_chip_to_dsp_addx(chip_addx, &code, &yram); in dsp_dma_setup()
1776 if (yram) in dsp_dma_setup()