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.c160 adsp->sramsize = resource_size(mmio); in platform_parse_resource()
162 dev_dbg(dev, "sram pbase=%pa,%#x\n", &adsp->pa_sram, adsp->sramsize); in platform_parse_resource()
277 priv->adsp->sramsize); in mt8195_dsp_probe()
280 &priv->adsp->pa_sram, priv->adsp->sramsize); in mt8195_dsp_probe()
/linux/sound/soc/sof/mediatek/
H A Dadsp_helper.h19 u32 sramsize; member
/linux/sound/soc/sof/mediatek/mt8186/
H A Dmt8186.c156 adsp->sramsize = resource_size(mmio); in platform_parse_resource()
158 dev_dbg(dev, "sram pbase=%pa size=%#x\n", &adsp->pa_sram, adsp->sramsize); in platform_parse_resource()
263 priv->adsp->sramsize); in mt8186_dsp_probe()
266 &priv->adsp->pa_sram, priv->adsp->sramsize); in mt8186_dsp_probe()
/linux/drivers/atm/
H A Didt77252.h377 unsigned int sramsize; /* SAR's sram size */ member
H A Didt77252.c3118 for (i = 0; i < card->sramsize; i += 4) in init_sram()
3122 if (card->sramsize == (512 * 1024)) { in init_sram()
3342 if (card->sramsize == (512 * 1024)) in init_card()
3382 if (card->sramsize == (512 * 1024)) { in init_card()
3676 card->sramsize = probe_sram(card); in idt77252_init_one()
3690 card->sramsize / 1024); in idt77252_init_one()