ReactOS 0.4.16-dev-237-gd6eebaa
|
#include <cdrw_hw.h>
Public Attributes | |
UCHAR | PageCode: 6 |
UCHAR | Reserved1: 1 |
UCHAR | PageSavable: 1 |
UCHAR | PageLength |
UCHAR | ReadDisableCache: 1 |
UCHAR | MultiplicationFactor: 1 |
UCHAR | WriteCacheEnable: 1 |
UCHAR | Reserved2: 5 |
UCHAR | WriteRetensionPriority: 4 |
UCHAR | ReadRetensionPriority: 4 |
UCHAR | DisablePrefetchTransfer [2] |
UCHAR | MinimumPrefetch [2] |
UCHAR | MaximumPrefetch [2] |
UCHAR | MaximumPrefetchCeiling [2] |
UCHAR | Reserved:1 |
UCHAR _MODE_CACHING_PAGE::DisablePrefetchTransfer |
Definition at line 2785 of file cdrw_hw.h.
Referenced by DiskGetCacheInformation(), and DiskSetCacheInformation().
UCHAR _MODE_CACHING_PAGE::MaximumPrefetch |
Definition at line 2787 of file cdrw_hw.h.
Referenced by DiskGetCacheInformation(), and DiskSetCacheInformation().
UCHAR _MODE_CACHING_PAGE::MaximumPrefetchCeiling |
Definition at line 2788 of file cdrw_hw.h.
Referenced by DiskGetCacheInformation(), and DiskSetCacheInformation().
UCHAR _MODE_CACHING_PAGE::MinimumPrefetch |
Definition at line 2786 of file cdrw_hw.h.
Referenced by DiskGetCacheInformation(), and DiskSetCacheInformation().
UCHAR _MODE_CACHING_PAGE::MultiplicationFactor |
Definition at line 2778 of file cdrw_hw.h.
Referenced by DiskGetCacheInformation(), and DiskSetCacheInformation().
UCHAR _MODE_CACHING_PAGE::PageCode |
Definition at line 2771 of file cdrw_hw.h.
Referenced by IdeSendCommand().
UCHAR _MODE_CACHING_PAGE::PageLength |
Definition at line 2775 of file cdrw_hw.h.
Referenced by IdeSendCommand().
UCHAR _MODE_CACHING_PAGE::PageSavable |
Definition at line 2773 of file cdrw_hw.h.
Referenced by DiskGetCacheInformation(), and DiskSetCacheInformation().
UCHAR _MODE_CACHING_PAGE::ReadDisableCache |
Definition at line 2777 of file cdrw_hw.h.
Referenced by DiskGetCacheInformation(), DiskSetCacheInformation(), and IdeSendCommand().
UCHAR _MODE_CACHING_PAGE::ReadRetensionPriority |
Definition at line 2783 of file cdrw_hw.h.
Referenced by DiskGetCacheInformation(), and DiskSetCacheInformation().
UCHAR _MODE_CACHING_PAGE::WriteCacheEnable |
Definition at line 2779 of file cdrw_hw.h.
Referenced by ClasspWriteCacheProperty(), DiskGetCacheInformation(), DiskSetCacheInformation(), IdeSendCommand(), and RequestHandleQueryPropertyWriteCache().
UCHAR _MODE_CACHING_PAGE::WriteRetensionPriority |
Definition at line 2782 of file cdrw_hw.h.
Referenced by DiskGetCacheInformation(), and DiskSetCacheInformation().