Searched refs:cxl_hb_single (Results 1 – 1 of 1) sorted by relevance
35 static struct platform_device *cxl_hb_single[NR_CXL_SINGLE_HOST]; variable61 for (i = 0; i < ARRAY_SIZE(cxl_hb_single); i++) in is_single_bridge()62 if (&cxl_hb_single[i]->dev == dev) in is_single_bridge()511 for (i = 0; i < ARRAY_SIZE(cxl_hb_single); i++) in is_mock_bridge()512 if (dev == &cxl_hb_single[i]->dev) in is_mock_bridge()1087 for (i = 0; i < ARRAY_SIZE(cxl_hb_single); i++) { in cxl_single_init()1104 cxl_hb_single[i] = pdev; in cxl_single_init()1114 cxl_hb_single[i % ARRAY_SIZE(cxl_hb_single)]; in cxl_single_init()1201 for (i = ARRAY_SIZE(cxl_hb_single) - 1; i >= 0; i--) { in cxl_single_init()1202 struct platform_device *pdev = cxl_hb_single[i]; in cxl_single_init()[all …]