Home
last modified time | relevance | path

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

/reactos/drivers/storage/port/storahci/
H A Dstorahci.c526 AHCI_GHC ghc; in AhciHwInitialize() local
540 if (ghc.MRSM == 0) in AhciHwInitialize()
999 AHCI_GHC ghc; in AhciHwFindAdapter() local
1081 ghc.Status = StorPortReadRegisterUlong(adapterExtension, &abar->GHC); in AhciHwFindAdapter()
1083 if (ghc.AE != 0)// Hmm, controller was already in power state in AhciHwFindAdapter()
1094 ghc.Status = 0; in AhciHwFindAdapter()
1095 ghc.AE = 1;// only AE=1 in AhciHwFindAdapter()
1130 ghc.IE = 1; in AhciHwFindAdapter()
2398 AHCI_GHC ghc; in AhciAdapterReset() local
2410 ghc.HR = 1; in AhciAdapterReset()
[all …]