Home
last modified time | relevance | path

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

/linux/tools/testing/cxl/test/
H A Dcxl.c40 #define NR_MEM_SINGLE (NR_CXL_SINGLE_HOST * NR_CXL_SWITCH_PORTS) macro
41 static struct platform_device *cxl_swd_single[NR_MEM_SINGLE];
44 struct platform_device *cxl_mem_single[NR_MEM_SINGLE];
1094 int idx = NR_MEM_MULTI + NR_MEM_SINGLE + i; in cxl_rch_init()