Home
last modified time | relevance | path

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

/reactos/hal/halx86/legacy/
H A Dbussupp.c940 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()
/reactos/sdk/include/xdk/
H A Diotypes.h3635 #define PCI_STATUS_DEVSEL 0x0600 macro