Home
last modified time | relevance | path

Searched refs:MAX_REGION_LIMIT (Results 1 – 2 of 2) sorted by relevance

/drivers/pci/controller/
Dpcie-rockchip-ep.c484 if (err < 0 || ep->max_regions > MAX_REGION_LIMIT) in rockchip_pcie_parse_ep_dt()
485 ep->max_regions = MAX_REGION_LIMIT; in rockchip_pcie_parse_ep_dt()
Dpcie-rockchip.h27 #define MAX_REGION_LIMIT 32 macro