Home
last modified time | relevance | path

Searched refs:PciEnableNativeModeATA (Results 1 – 3 of 3) sorted by relevance

/reactos/drivers/bus/pcix/
H A Dinit.c24 BOOLEAN PciEnableNativeModeATA; variable
843 if (ResultLength == sizeof(ULONG)) PciEnableNativeModeATA = *Value; in DriverEntry()
H A Dpci.h1817 extern BOOLEAN PciEnableNativeModeATA;
H A Denum.c901 if ((PciEnableNativeModeATA) && in PciApplyHacks()