Lines Matching refs:plat_data
583 struct stedma40_platform_data *plat_data; member
829 bool use_esram_lcla = chan->base->plat_data->use_esram_lcla; in d40_log_lli_to_lcxa()
3095 for (i = 0; base->plat_data->disabled_channels[i] != -1; i++) { in d40_phy_res_init()
3096 int chan = base->plat_data->disabled_channels[i]; in d40_phy_res_init()
3109 for (i = 0; i < base->plat_data->num_of_soft_lli_chans; i++) { in d40_phy_res_init()
3110 int chan = base->plat_data->soft_lli_chans[i]; in d40_phy_res_init()
3146 struct stedma40_platform_data *plat_data = dev_get_platdata(&pdev->dev); in d40_hw_detect_init() local
3219 if (plat_data->num_of_phy_chans) in d40_hw_detect_init()
3220 num_phy_chans = plat_data->num_of_phy_chans; in d40_hw_detect_init()
3225 if (plat_data->num_of_memcpy_chans) in d40_hw_detect_init()
3226 num_memcpy_chans = plat_data->num_of_memcpy_chans; in d40_hw_detect_init()
3253 base->plat_data = plat_data; in d40_hw_detect_init()
3258 if (base->plat_data->num_of_phy_chans == 14) { in d40_hw_detect_init()
3543 struct stedma40_platform_data *plat_data = dev_get_platdata(&pdev->dev); in d40_probe() local
3551 if (!plat_data) { in d40_probe()
3607 if (base->plat_data->use_esram_lcla) { in d40_probe()
3643 if (base->plat_data->use_esram_lcla) { in d40_probe()
3702 if (base->lcla_pool.base && base->plat_data->use_esram_lcla) { in d40_probe()