Home
last modified time | relevance | path

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

/openbmc/linux/drivers/misc/cxl/
H A Dcxllib.c25 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 Dpci.c337 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() argument
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()
389 *chipid, *phb_index); in cxl_calc_capp_routing()
479 u32 phb_index; in init_implementation_adapter_regs_psl9() local
518 if (phb_index == 3) { in init_implementation_adapter_regs_psl9()
[all …]
H A Dcxl.h1025 u32 *phb_index, u64 *capp_unit_id);
/openbmc/qemu/include/hw/ppc/
H A Dspapr.h819 #define SPAPR_PCI_LIOBN(phb_index, window_num) \ argument
820 (0x80000000 | ((phb_index) << 8) | (window_num))