Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/compat/linuxkpi/common/include/linux/
HDpci.h236 #define PCI_IRQ_INTX 0x01 macro
239 #define PCI_IRQ_ALL_TYPES (PCI_IRQ_MSIX|PCI_IRQ_MSI|PCI_IRQ_INTX)
242 #define PCI_IRQ_LEGACY PCI_IRQ_INTX
/freebsd-14-stable/sys/compat/linuxkpi/common/src/
HDlinux_pci.c1308 if (flags & PCI_IRQ_INTX) { in pci_alloc_irq_vectors()
/freebsd-14-stable/sys/contrib/dev/rtw88/
HDpci.c1697 unsigned int flags = PCI_IRQ_INTX; in rtw_pci_request_irq()
/freebsd-14-stable/sys/contrib/dev/rtw89/
HDpci.c3852 flags |= PCI_IRQ_INTX | PCI_IRQ_MSI; in rtw89_pci_request_irq()