Home
last modified time | relevance | path

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

/linux/drivers/dma/
H A Dste_dma40.c601 int num_log_chans; member
1735 if ((is_log && conf->dev_type > d40c->base->num_log_chans) || in d40_validate_conf()
2873 0, base->num_log_chans); in d40_dmaengine_init()
2889 base->num_log_chans, base->num_memcpy_chans); in d40_dmaengine_init()
3141 int num_log_chans; in d40_hw_detect_init() local
3204 num_log_chans = num_phy_chans * D40_MAX_LOG_CHAN_PER_PHY; in d40_hw_detect_init()
3208 rev, num_phy_chans, num_log_chans); in d40_hw_detect_init()
3212 (num_phy_chans + num_log_chans + num_memcpy_chans) * in d40_hw_detect_init()
3222 base->num_log_chans = num_log_chans; in d40_hw_detect_init()
3271 base->lookup_log_chans = devm_kcalloc(dev, num_log_chans, in d40_hw_detect_init()