Home
last modified time | relevance | path

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

/qemu/hw/mips/
H A Dboston.c464 uint32_t interrupt_map[FDT_PCI_IRQ_MAP_PINS][FDT_PCI_IRQ_MAP_DESCS]; in fdt_create_pcie() local
497 uint32_t *irqmap = interrupt_map[i]; in fdt_create_pcie()
507 &interrupt_map, sizeof(interrupt_map)); in fdt_create_pcie()
/qemu/hw/ppc/
H A Dspapr_pci.c2342 uint32_t interrupt_map[PCI_SLOT_MAX * PCI_NUM_PINS][7]; in spapr_dt_phb() local
2394 uint32_t *irqmap = interrupt_map[i*PCI_NUM_PINS + j]; in spapr_dt_phb()
2406 _FDT(fdt_setprop(fdt, bus_off, "interrupt-map", &interrupt_map, in spapr_dt_phb()
2407 sizeof(interrupt_map))); in spapr_dt_phb()