Home
last modified time | relevance | path

Searched refs:num_phbs (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/hw/pci-host/
H A Dpnv_phb4_pec.c164 for (j = 0; j < pec->num_phbs; j++) { in pnv_pec_add_phb()
212 pec->num_phbs = pecc->num_phbs[pec->index]; in pnv_pec_realize()
216 g_assert(pec->num_phbs <= MAX_PHBS_PER_PEC); in pnv_pec_realize()
217 for (i = 0; i < pec->num_phbs; i++) { in pnv_pec_realize()
265 for (i = 0; i < pec->num_phbs; i++) { in pnv_pec_dt_xscom()
335 pecc->num_phbs = pnv_pec_num_phbs; in pnv_pec_class_init()
387 pecc->num_phbs = pnv_phb5_pec_num_stacks; in pnv_phb5_pec_class_init()
H A Dpnv_phb4.c877 stack_no -= pecc->num_phbs[index]; in pnv_phb4_get_phb_stack_no()
1389 offset += pecc->num_phbs[index]; in pnv_phb4_pec_get_phb_id()
H A Dpnv_phb3.c1028 if (phb->phb_id >= PNV_CHIP_GET_CLASS(phb->chip)->num_phbs) { in pnv_phb3_realize()
/openbmc/qemu/include/hw/ppc/
H A Dpnv_chip.h70 uint32_t num_phbs; member
152 uint32_t num_phbs; member
/openbmc/qemu/include/hw/pci-host/
H A Dpnv_phb4.h188 uint32_t num_phbs; member
209 const uint32_t *num_phbs; member
/openbmc/qemu/hw/ppc/
H A Dpnv.c320 chip8->phbs[chip8->num_phbs] = phb; in pnv_chip_add_phb()
321 chip8->num_phbs++; in pnv_chip_add_phb()
828 for (i = 0; i < chip8->num_phbs; i++) { in pnv_chip_power8_pic_print_info()
1430 chip8->num_phbs = pcc->num_phbs; in pnv_chip_power8_instance_init()
1432 for (i = 0; i < chip8->num_phbs; i++) { in pnv_chip_power8_instance_init()
1556 for (i = 0; i < chip8->num_phbs; i++) { in pnv_chip_power8_realize()
1583 k->num_phbs = 3; in pnv_chip_power8e_class_init()
1607 k->num_phbs = 3; in pnv_chip_power8_class_init()
1631 k->num_phbs = 4; in pnv_chip_power8nvl_class_init()
2477 for (j = 0; j < chip8->num_phbs; j++) { in pnv_ics_get()
[all …]