Lines Matching defs:queue_proxy_region
122 * @queue_proxy_region: Queue proxy region where queue buffers are located
135 void __iomem *queue_proxy_region;
607 qinst->queue_buff_start = inst->queue_proxy_region +
610 qinst->queue_buff_end = inst->queue_proxy_region +
623 qinst->queue_buff_start = inst->queue_proxy_region +
626 qinst->queue_buff_end = inst->queue_proxy_region +
679 .data_region_name = "queue_proxy_region",
750 inst->queue_proxy_region = devm_ioremap_resource(dev, res);
751 if (IS_ERR(inst->queue_proxy_region))
752 return PTR_ERR(inst->queue_proxy_region);
769 inst->queue_proxy_region, inst->queue_state_debug_region);