Home
last modified time | relevance | path

Searched refs:sramsize (Results 1 – 5 of 5) sorted by relevance

/linux/sound/soc/sof/mediatek/mt8195/
H A Dmt8195.c106 adsp->sramsize = resource_size(mmio); in platform_parse_resource()
108 dev_dbg(dev, "sram pbase=%pa,%#x\n", &adsp->pa_sram, adsp->sramsize); in platform_parse_resource()
223 priv->adsp->sramsize); in mt8195_dsp_probe()
226 &priv->adsp->pa_sram, priv->adsp->sramsize); in mt8195_dsp_probe()
/linux/sound/soc/sof/mediatek/mt8186/
H A Dmt8186.c102 adsp->sramsize = resource_size(mmio); in platform_parse_resource()
104 dev_dbg(dev, "sram pbase=%pa size=%#x\n", &adsp->pa_sram, adsp->sramsize); in platform_parse_resource()
209 priv->adsp->sramsize); in mt8186_dsp_probe()
212 &priv->adsp->pa_sram, priv->adsp->sramsize); in mt8186_dsp_probe()
/linux/sound/soc/sof/mediatek/
H A Dadsp_helper.h19 u32 sramsize; member
/linux/drivers/atm/
H A Didt77252.h377 unsigned int sramsize; /* SAR's sram size */ member
H A Didt77252.c3123 for (i = 0; i < card->sramsize; i += 4) in init_sram()
3127 if (card->sramsize == (512 * 1024)) { in init_sram()
3347 if (card->sramsize == (512 * 1024)) in init_card()
3387 if (card->sramsize == (512 * 1024)) { in init_card()
3681 card->sramsize = probe_sram(card); in idt77252_init_one()
3695 card->sramsize / 1024); in idt77252_init_one()