Home
last modified time | relevance | path

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

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