Home
last modified time | relevance | path

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

/Linux-v6.6/tools/testing/cxl/test/
Dcxl.c19 #define NR_CXL_SINGLE_HOST 1 macro
24 #define NR_BRIDGES (NR_CXL_HOST_BRIDGES + NR_CXL_SINGLE_HOST + NR_CXL_RCH)
35 static struct platform_device *cxl_hb_single[NR_CXL_SINGLE_HOST];
36 static struct platform_device *cxl_root_single[NR_CXL_SINGLE_HOST];
37 static struct platform_device *cxl_swu_single[NR_CXL_SINGLE_HOST];
38 #define NR_MEM_SINGLE (NR_CXL_SINGLE_HOST * NR_CXL_SWITCH_PORTS)
1007 int idx = NR_CXL_HOST_BRIDGES + NR_CXL_SINGLE_HOST + i; in cxl_rch_init()