ReactOS 0.4.16-dev-401-g45b008d
|
#include <storahci.h>
Public Attributes | |
ULONG | CAP |
ULONG | GHC |
ULONG | IS |
ULONG | PI |
ULONG | VS |
ULONG | CCC_CTL |
ULONG | CCC_PTS |
ULONG | EM_LOC |
ULONG | EM_CTL |
ULONG | CAP2 |
ULONG | BOHC |
ULONG | Reserved [0x1d] |
ULONG | VendorSpecific [0x18] |
AHCI_PORT | PortList [MAXIMUM_AHCI_PORT_COUNT] |
Definition at line 442 of file storahci.h.
ULONG _AHCI_MEMORY_REGISTERS::BOHC |
Definition at line 455 of file storahci.h.
ULONG _AHCI_MEMORY_REGISTERS::CAP |
Definition at line 445 of file storahci.h.
ULONG _AHCI_MEMORY_REGISTERS::CAP2 |
Definition at line 454 of file storahci.h.
ULONG _AHCI_MEMORY_REGISTERS::CCC_CTL |
Definition at line 450 of file storahci.h.
ULONG _AHCI_MEMORY_REGISTERS::CCC_PTS |
Definition at line 451 of file storahci.h.
ULONG _AHCI_MEMORY_REGISTERS::EM_CTL |
Definition at line 453 of file storahci.h.
ULONG _AHCI_MEMORY_REGISTERS::EM_LOC |
Definition at line 452 of file storahci.h.
ULONG _AHCI_MEMORY_REGISTERS::GHC |
Definition at line 446 of file storahci.h.
Referenced by AhciAdapterReset(), and AhciHwInitialize().
ULONG _AHCI_MEMORY_REGISTERS::IS |
Definition at line 447 of file storahci.h.
ULONG _AHCI_MEMORY_REGISTERS::PI |
Definition at line 448 of file storahci.h.
AHCI_PORT _AHCI_MEMORY_REGISTERS::PortList[MAXIMUM_AHCI_PORT_COUNT] |
Definition at line 458 of file storahci.h.
Referenced by AhciPortInitialize().
ULONG _AHCI_MEMORY_REGISTERS::Reserved[0x1d] |
Definition at line 456 of file storahci.h.
ULONG _AHCI_MEMORY_REGISTERS::VendorSpecific[0x18] |
Definition at line 457 of file storahci.h.
ULONG _AHCI_MEMORY_REGISTERS::VS |
Definition at line 449 of file storahci.h.