Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/dma/
H A Dste_dma40.c536 * @num_log_chans: The number of logical channels. Calculated from
578 int num_log_chans; member
1713 if ((is_log && conf->dev_type > d40c->base->num_log_chans) || in d40_validate_conf()
2852 0, base->num_log_chans); in d40_dmaengine_init()
2868 base->num_log_chans, base->num_memcpy_chans); in d40_dmaengine_init()
3111 int num_log_chans; in d40_hw_detect_init() local
3190 num_log_chans = num_phy_chans * D40_MAX_LOG_CHAN_PER_PHY; in d40_hw_detect_init()
3194 rev, &res->start, num_phy_chans, num_log_chans); in d40_hw_detect_init()
3197 (num_phy_chans + num_log_chans + num_memcpy_chans) * in d40_hw_detect_init()
3207 base->num_log_chans in d40_hw_detect_init()
[all...]
/kernel/linux/linux-6.6/drivers/dma/
H A Dste_dma40.c563 * @num_log_chans: The number of logical channels. Calculated from
603 int num_log_chans; member
1737 if ((is_log && conf->dev_type > d40c->base->num_log_chans) || in d40_validate_conf()
2875 0, base->num_log_chans); in d40_dmaengine_init()
2891 base->num_log_chans, base->num_memcpy_chans); in d40_dmaengine_init()
3143 int num_log_chans; in d40_hw_detect_init() local
3206 num_log_chans = num_phy_chans * D40_MAX_LOG_CHAN_PER_PHY; in d40_hw_detect_init()
3210 rev, num_phy_chans, num_log_chans); in d40_hw_detect_init()
3214 (num_phy_chans + num_log_chans + num_memcpy_chans) * in d40_hw_detect_init()
3224 base->num_log_chans in d40_hw_detect_init()
[all...]

Completed in 9 milliseconds