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

/linux-4.1.27/drivers/dma/
H A Dste_dma40.c533 * @num_log_chans: The number of logical channels. Calculated from
574 int num_log_chans; member in struct:d40_base
1735 if ((is_log && conf->dev_type > d40c->base->num_log_chans) || d40_validate_conf()
2882 0, base->num_log_chans); d40_dmaengine_init()
2898 base->num_log_chans, base->num_memcpy_chans); d40_dmaengine_init()
3151 int num_log_chans = 0; d40_hw_detect_init() local
3230 num_log_chans = num_phy_chans * D40_MAX_LOG_CHAN_PER_PHY; d40_hw_detect_init()
3234 rev, &res->start, num_phy_chans, num_log_chans); d40_hw_detect_init()
3237 (num_phy_chans + num_log_chans + num_memcpy_chans) * d40_hw_detect_init()
3249 base->num_log_chans = num_log_chans; d40_hw_detect_init()
3299 base->lookup_log_chans = kzalloc(num_log_chans * d40_hw_detect_init()

Completed in 72 milliseconds