Home
last modified time | relevance | path

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

/openbmc/qemu/hw/pci-host/
H A Dsabre.c93 if (s->obio_irq_map[i - 32] & PBM_PCI_IMR_ENABLED) { in sabre_check_irqs()
144 s->obio_irq_map[ino] &= PBM_PCI_IMR_MASK; in sabre_config_write()
145 s->obio_irq_map[ino] |= val & ~PBM_PCI_IMR_MASK; in sabre_config_write()
214 val = s->obio_irq_map[(addr & 0xff) >> 3]; in sabre_config_read()
323 && (s->obio_irq_map[irq_num - 32] & PBM_PCI_IMR_ENABLED)) { in pci_sabre_set_irq()
343 s->obio_irq_map[i] &= PBM_PCI_IMR_MASK; in sabre_reset()
418 s->obio_irq_map[i] = ((0x1f << 6) | 0x20) + i; in sabre_init()
/openbmc/qemu/include/hw/pci-host/
H A Dsabre.h43 uint32_t obio_irq_map[32]; member