Searched refs:yram (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/sound/soc/sh/ |
H A D | siu_dai.c | 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()
|
H A D | siu.h | 93 u32 __iomem *yram; member
|
/kernel/linux/linux-6.6/sound/soc/sh/ |
H A D | siu_dai.c | 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()
|
H A D | siu.h | 93 u32 __iomem *yram; member
|
/kernel/linux/linux-5.10/sound/pci/hda/ |
H A D | patch_ca0132.c | 2444 bool *code, bool *yram) in dsp_chip_to_dsp_addx() 2446 *code = *yram = false; in dsp_chip_to_dsp_addx() 2454 *yram = true; in dsp_chip_to_dsp_addx() 2484 bool code, yram; in dsp_dma_setup_common() local 2498 dsp_addx = dsp_chip_to_dsp_addx(chip_addx, &code, &yram); in dsp_dma_setup_common() 2593 bool code, yram; in dsp_dma_setup() local 2612 dsp_addx = dsp_chip_to_dsp_addx(chip_addx, &code, &yram); in dsp_dma_setup() 2625 if (yram) in dsp_dma_setup() 2443 dsp_chip_to_dsp_addx(unsigned int chip_addx, bool *code, bool *yram) dsp_chip_to_dsp_addx() argument
|
/kernel/linux/linux-6.6/sound/pci/hda/ |
H A D | patch_ca0132.c | 2568 bool *code, bool *yram) in dsp_chip_to_dsp_addx() 2570 *code = *yram = false; in dsp_chip_to_dsp_addx() 2578 *yram = true; in dsp_chip_to_dsp_addx() 2608 bool code, yram; in dsp_dma_setup_common() local 2622 dsp_addx = dsp_chip_to_dsp_addx(chip_addx, &code, &yram); in dsp_dma_setup_common() 2717 bool code, yram; in dsp_dma_setup() local 2736 dsp_addx = dsp_chip_to_dsp_addx(chip_addx, &code, &yram); in dsp_dma_setup() 2749 if (yram) in dsp_dma_setup() 2567 dsp_chip_to_dsp_addx(unsigned int chip_addx, bool *code, bool *yram) dsp_chip_to_dsp_addx() argument
|
Completed in 31 milliseconds