Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/pci/
Dmsi.h17 #define is_mask_bit_support(control) (!!(control & PCI_MSI_FLAGS_MASKBIT))
/linux-2.6.39/include/linux/
Dpci_regs.h294 #define PCI_MSI_FLAGS_MASKBIT 0x100 /* 64-bit mask bits allowed */ macro