Searched refs:PCI_IRQ_MSI (Results 1 – 1 of 1) sorted by relevance
109 const PCI_IRQ_MSI = 1 << 1; constant111 … const PCI_IRQ_ALL_TYPES=IRQ::PCI_IRQ_LEGACY.bits|IRQ::PCI_IRQ_MSI.bits|IRQ::PCI_IRQ_MSIX.bits;154 if flag.contains(IRQ::PCI_IRQ_MSI) { in irq_init()