Lines Matching refs:num_phy_chans
533 * @num_phy_chans: The number of physical channels. Read from HW. This
537 * num_phy_chans.
577 int num_phy_chans;
1714 (!is_log && conf->dev_type > d40c->base->num_phy_chans) ||
1841 int num_phy_chans;
1846 num_phy_chans = d40c->base->num_phy_chans;
1872 for (i = 0; i < num_phy_chans; i++) {
1880 for (j = 0; j < d40c->base->num_phy_chans; j += 8) {
1901 for (j = 0; j < d40c->base->num_phy_chans; j += 8) {
2956 for (i = 0; i < base->num_phy_chans; i++) {
3031 for (i = 0; i < base->num_phy_chans; i++) {
3076 num_phy_chans_avail, base->num_phy_chans);
3081 for (i = 0; i < base->num_phy_chans; i++) {
3112 int num_phy_chans;
3180 num_phy_chans = plat_data->num_of_phy_chans;
3182 num_phy_chans = 4 * (readl(virtbase + D40_DREG_ICFG) & 0x7) + 4;
3190 num_log_chans = num_phy_chans * D40_MAX_LOG_CHAN_PER_PHY;
3194 rev, &res->start, num_phy_chans, num_log_chans);
3197 (num_phy_chans + num_log_chans + num_memcpy_chans) *
3206 base->num_phy_chans = num_phy_chans;
3214 base->log_chans = &base->phy_chans[num_phy_chans];
3246 base->phy_res = kcalloc(num_phy_chans,
3252 base->lookup_phy_chans = kcalloc(num_phy_chans,
3264 base->reg_val_backup_chan = kmalloc_array(base->num_phy_chans,
3270 base->lcla_pool.alloc_map = kcalloc(num_phy_chans
3334 for (i = 0; i < base->num_phy_chans; i++) {
3338 if (base->phy_res[base->num_phy_chans - i - 1].allocated_src
3391 base->lcla_pool.pages = SZ_1K * base->num_phy_chans / PAGE_SIZE;
3426 base->num_phy_chans +
3439 SZ_1K * base->num_phy_chans,
3674 SZ_1K * base->num_phy_chans,