Searched refs:phb_index (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/drivers/misc/cxl/ |
A D | cxllib.c | 25 u32 phb_index; in cxllib_slot_is_supported() local 42 rc = cxl_calc_capp_routing(dev, &chip_id, &phb_index, &capp_unit_id); in cxllib_slot_is_supported() 79 u32 phb_index; in cxllib_get_xsl_config() local 95 rc = cxl_calc_capp_routing(dev, &chip_id, &phb_index, &capp_unit_id); in cxllib_get_xsl_config()
|
A D | pci.c | 346 if (phb_index == 0) in get_capp_unit_id() 349 if (phb_index == 1) in get_capp_unit_id() 360 if (phb_index == 0) in get_capp_unit_id() 363 if (phb_index == 3) in get_capp_unit_id() 371 u32 *phb_index, u64 *capp_unit_id) in cxl_calc_capp_routing() argument 387 rc = get_phb_index(np, phb_index); in cxl_calc_capp_routing() 394 *capp_unit_id = get_capp_unit_id(np, *phb_index); in cxl_calc_capp_routing() 398 *chipid, *phb_index); in cxl_calc_capp_routing() 488 u32 phb_index; in init_implementation_adapter_regs_psl9() local 527 if (phb_index == 3) { in init_implementation_adapter_regs_psl9() [all …]
|
A D | cxl.h | 1025 u32 *phb_index, u64 *capp_unit_id);
|
Completed in 12 milliseconds