Home
last modified time | relevance | path

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

/pciutils/
H A Dlspci.c648 FLAG(sec_stat, PCI_STATUS_66MHZ), in show_htype1()
863 FLAG(status, PCI_STATUS_66MHZ), in show_verbose()
924 if (status & PCI_STATUS_66MHZ) in show_verbose()
/pciutils/lib/
H A Dheader.h33 #define PCI_STATUS_66MHZ 0x20 /* Support 66 Mhz PCI 2.1 bus */ macro