Lines Matching defs:max_regions
26 * @max_regions: maximum number of regions supported by hardware
43 u32 max_regions;
274 if (r >= ep->max_regions - 1) {
295 for (r = 0; r < ep->max_regions - 1; r++)
303 if (r == ep->max_regions - 1)
439 rockchip_pcie_prog_ep_ob_atu(rockchip, fn, ep->max_regions - 1,
526 &ep->max_regions);
527 if (err < 0 || ep->max_regions > MAX_REGION_LIMIT)
528 ep->max_regions = MAX_REGION_LIMIT;
549 size_t max_regions;
585 max_regions = ep->max_regions;
586 ep->ob_addr = devm_kcalloc(dev, max_regions, sizeof(*ep->ob_addr),