Home
last modified time | relevance | path

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

/qemu/hw/mips/
H A Dboston.c463 uint32_t interrupt_map[FDT_PCI_IRQ_MAP_PINS][FDT_PCI_IRQ_MAP_DESCS]; in fdt_create_pcie() local
496 uint32_t *irqmap = interrupt_map[i]; in fdt_create_pcie()
506 &interrupt_map, sizeof(interrupt_map)); in fdt_create_pcie()
/qemu/hw/ppc/
H A Dspapr_pci.c2277 uint32_t interrupt_map[PCI_SLOT_MAX * PCI_NUM_PINS][7]; in spapr_dt_phb() local
2329 uint32_t *irqmap = interrupt_map[i*PCI_NUM_PINS + j]; in spapr_dt_phb()
2341 _FDT(fdt_setprop(fdt, bus_off, "interrupt-map", &interrupt_map, in spapr_dt_phb()
2342 sizeof(interrupt_map))); in spapr_dt_phb()