Lines Matching refs:res
449 struct skl_module_res *res = &module->resources[mconfig->res_idx];
469 base_cfg->cpc = res->cpc;
470 base_cfg->ibs = res->ibs;
471 base_cfg->obs = res->obs;
472 base_cfg->is_pages = res->is_pages;
560 struct skl_module_res *res;
571 res = &mconfig->module->resources[mconfig->res_idx];
572 cpr_mconfig->gtw_cfg.dma_buffer_size = res->dma_buffer_size;
575 res = &mconfig->module->resources[res_idx];
581 dma_io_buf = res->ibs;
583 dma_io_buf = res->obs;
588 dma_io_buf = res->obs;
590 dma_io_buf = res->ibs;
605 cpr_mconfig->gtw_cfg.dma_buffer_size = 2 * res->obs;
607 cpr_mconfig->gtw_cfg.dma_buffer_size = 2 * res->ibs;