Home
last modified time | relevance | path

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

/DragonOS-0.1.8/kernel/src/driver/pci/
Dpci_irq.rs109 const PCI_IRQ_MSI = 1 << 1; constant
111 … 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()