Home
last modified time | relevance | path

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

/qemu/hw/pci-host/
H A Dpnv_phb4_pec.c316 _FDT((fdt_setprop(fdt, stk_offset, "compatible", pecc->stk_compat, in pnv_pec_dt_xscom()
363 static const char stk_compat[] = "ibm,power9-phb-stack"; in pnv_pec_class_init() local
378 pecc->stk_compat = stk_compat; in pnv_pec_class_init()
379 pecc->stk_compat_size = sizeof(stk_compat); in pnv_pec_class_init()
426 static const char stk_compat[] = "ibm,power10-phb-stack"; in pnv_phb5_pec_class_init() local
435 pecc->stk_compat = stk_compat; in pnv_phb5_pec_class_init()
436 pecc->stk_compat_size = sizeof(stk_compat); in pnv_phb5_pec_class_init()
/qemu/include/hw/pci-host/
H A Dpnv_phb4.h210 const char *stk_compat; member