Home
last modified time | relevance | path

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

/pciutils/
H A Dls-caps.c646 if (!config_fetch(d, where + PCI_MSI_MASK_BIT_32, 8)) in cap_msi()
648 mask = get_conf_long(d, where + PCI_MSI_MASK_BIT_32); in cap_msi()
/pciutils/lib/
H A Dheader.h363 #define PCI_MSI_MASK_BIT_32 12 /* per-vector masking for 32-bit devices */ macro