Home
last modified time | relevance | path

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

/qemu/include/hw/pci-host/
H A Dpnv_phb4.h189 #define MAX_PHBS_PER_PEC 3 macro
190 PnvPHB *phbs[MAX_PHBS_PER_PEC];
/qemu/hw/pci-host/
H A Dpnv_phb4_pec.c216 g_assert(pec->num_phbs <= MAX_PHBS_PER_PEC); in pnv_pec_realize()