Searched refs:phb_index (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/misc/cxl/ |
H A D | cxllib.c | 24 u32 phb_index; in cxllib_slot_is_supported() local 41 rc = cxl_calc_capp_routing(dev, &chip_id, &phb_index, &capp_unit_id); in cxllib_slot_is_supported() 78 u32 phb_index; in cxllib_get_xsl_config() local 94 rc = cxl_calc_capp_routing(dev, &chip_id, &phb_index, &capp_unit_id); in cxllib_get_xsl_config()
|
H A D | pci.c | 326 static int get_phb_index(struct device_node *np, u32 *phb_index) in get_phb_index() argument 328 if (of_property_read_u32(np, "ibm,phb-index", phb_index)) in get_phb_index() 333 static u64 get_capp_unit_id(struct device_node *np, u32 phb_index) in get_capp_unit_id() argument 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() 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() 370 cxl_calc_capp_routing(struct pci_dev *dev, u64 *chipid, u32 *phb_index, u64 *capp_unit_id) cxl_calc_capp_routing() argument 488 u32 phb_index; init_implementation_adapter_regs_psl9() local 555 u32 phb_index; init_implementation_adapter_regs_psl8() local [all...] |
H A D | cxl.h | 1023 u32 *phb_index, u64 *capp_unit_id);
|
/kernel/linux/linux-6.6/drivers/misc/cxl/ |
H 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()
|
H A D | pci.c | 317 static int get_phb_index(struct device_node *np, u32 *phb_index) in get_phb_index() argument 319 if (of_property_read_u32(np, "ibm,phb-index", phb_index)) in get_phb_index() 324 static u64 get_capp_unit_id(struct device_node *np, u32 phb_index) in get_capp_unit_id() argument 337 if (phb_index == 0) in get_capp_unit_id() 340 if (phb_index == 1) in get_capp_unit_id() 351 if (phb_index == 0) in get_capp_unit_id() 354 if (phb_index == 3) in get_capp_unit_id() 362 u32 *phb_index, u64 *capp_unit_id) in cxl_calc_capp_routing() 378 rc = get_phb_index(np, phb_index); in cxl_calc_capp_routing() 385 *capp_unit_id = get_capp_unit_id(np, *phb_index); in cxl_calc_capp_routing() 361 cxl_calc_capp_routing(struct pci_dev *dev, u64 *chipid, u32 *phb_index, u64 *capp_unit_id) cxl_calc_capp_routing() argument 479 u32 phb_index; init_implementation_adapter_regs_psl9() local 546 u32 phb_index; init_implementation_adapter_regs_psl8() local [all...] |
H A D | cxl.h | 1025 u32 *phb_index, u64 *capp_unit_id);
|
Completed in 11 milliseconds