Searched refs:PCI_STATUS_DEVSEL (Results 1 – 2 of 2) sorted by relevance
940 if ((PciData->Status & PCI_STATUS_DEVSEL) == 0x000) DbgPrint(" fast devsel,"); in HalpDebugPciDumpBus()941 if ((PciData->Status & PCI_STATUS_DEVSEL) == 0x200) DbgPrint(" medium devsel,"); in HalpDebugPciDumpBus()942 if ((PciData->Status & PCI_STATUS_DEVSEL) == 0x400) DbgPrint(" slow devsel,"); in HalpDebugPciDumpBus()943 if ((PciData->Status & PCI_STATUS_DEVSEL) == 0x600) DbgPrint(" unknown devsel,"); in HalpDebugPciDumpBus()
3635 #define PCI_STATUS_DEVSEL 0x0600 macro