Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/pci/controller/
H A 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()
H A Dpcie-rockchip.h26 #define MAX_REGION_LIMIT 32 macro