Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/misc/cxl/
Dcxllib.c28 u32 phb_index; in cxllib_slot_is_supported() local
45 rc = cxl_calc_capp_routing(dev, &chip_id, &phb_index, &capp_unit_id); in cxllib_slot_is_supported()
82 u32 phb_index; in cxllib_get_xsl_config() local
98 rc = cxl_calc_capp_routing(dev, &chip_id, &phb_index, &capp_unit_id); in cxllib_get_xsl_config()
Dpci.c330 static int get_phb_index(struct device_node *np, u32 *phb_index) in get_phb_index() argument
332 if (of_property_read_u32(np, "ibm,phb-index", phb_index)) in get_phb_index()
337 static u64 get_capp_unit_id(struct device_node *np, u32 phb_index) in get_capp_unit_id() argument
350 if (phb_index == 0) in get_capp_unit_id()
353 if (phb_index == 1) in get_capp_unit_id()
364 if (phb_index == 0) in get_capp_unit_id()
367 if (phb_index == 3) in get_capp_unit_id()
375 u32 *phb_index, u64 *capp_unit_id) in cxl_calc_capp_routing() argument
391 rc = get_phb_index(np, phb_index); in cxl_calc_capp_routing()
398 *capp_unit_id = get_capp_unit_id(np, *phb_index); in cxl_calc_capp_routing()
[all …]
Dcxl.h1030 u32 *phb_index, u64 *capp_unit_id);