Searched refs:yram (Results 1 – 3 of 3) sorted by relevance
269 add = info->yram; in siu_dai_spbstart()274 add = info->yram + (0x0200 / sizeof(u32)); in siu_dai_spbstart()279 add = info->yram + (0x0600 / sizeof(u32)); in siu_dai_spbstart()759 info->yram = devm_ioremap(&pdev->dev, res->start + YRAM_OFFSET, in siu_probe()761 if (!info->yram) in siu_probe()
93 u32 __iomem *yram; member
2580 bool *code, bool *yram) in dsp_chip_to_dsp_addx() argument2582 *code = *yram = false; in dsp_chip_to_dsp_addx()2590 *yram = true; in dsp_chip_to_dsp_addx()2620 bool code, yram; in dsp_dma_setup_common() local2634 dsp_addx = dsp_chip_to_dsp_addx(chip_addx, &code, &yram); in dsp_dma_setup_common()2729 bool code, yram; in dsp_dma_setup() local2748 dsp_addx = dsp_chip_to_dsp_addx(chip_addx, &code, &yram); in dsp_dma_setup()2761 if (yram) in dsp_dma_setup()