Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/dma/
Dste_dma40.c575 int num_log_chans; member
1707 if ((is_log && conf->dev_type > d40c->base->num_log_chans) || in d40_validate_conf()
2834 0, base->num_log_chans); in d40_dmaengine_init()
2850 base->num_log_chans, base->num_memcpy_chans); in d40_dmaengine_init()
3097 int num_log_chans; in d40_hw_detect_init() local
3176 num_log_chans = num_phy_chans * D40_MAX_LOG_CHAN_PER_PHY; in d40_hw_detect_init()
3180 rev, &res->start, num_phy_chans, num_log_chans); in d40_hw_detect_init()
3183 (num_phy_chans + num_log_chans + num_memcpy_chans) * in d40_hw_detect_init()
3193 base->num_log_chans = num_log_chans; in d40_hw_detect_init()
3244 base->lookup_log_chans = kcalloc(num_log_chans, in d40_hw_detect_init()