Home
last modified time | relevance | path

Searched refs:stk_compat (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/hw/pci-host/
H A Dpnv_phb4_pec.c276 _FDT((fdt_setprop(fdt, stk_offset, "compatible", pecc->stk_compat, in pnv_pec_dt_xscom()
317 static const char stk_compat[] = "ibm,power9-phb-stack"; in pnv_pec_class_init() local
331 pecc->stk_compat = stk_compat; in pnv_pec_class_init()
332 pecc->stk_compat_size = sizeof(stk_compat); in pnv_pec_class_init()
375 static const char stk_compat[] = "ibm,power10-phb-stack"; in pnv_phb5_pec_class_init() local
383 pecc->stk_compat = stk_compat; in pnv_phb5_pec_class_init()
384 pecc->stk_compat_size = sizeof(stk_compat); in pnv_phb5_pec_class_init()
/openbmc/qemu/include/hw/pci-host/
H A Dpnv_phb4.h205 const char *stk_compat; member