Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Dpci_regs.h46 #define PCI_STATUS_INTERRUPT 0x08 /* Interrupt status */ macro
/linux-4.4.14/drivers/pci/
Dpci.c3336 irq_pending = (cmd_status_dword >> 16) & PCI_STATUS_INTERRUPT; in pci_check_and_set_intx_mask()