Home
last modified time | relevance | path

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

/pciutils/
H A Dlspci.c859 FLAG(cmd, PCI_COMMAND_FAST_BACK), in show_verbose()
922 if (cmd & PCI_COMMAND_FAST_BACK) in show_verbose()
/pciutils/lib/
H A Dheader.h27 #define PCI_COMMAND_FAST_BACK 0x200 /* Enable back-to-back writes */ macro