|
ReactOS 0.4.17-dev-6-g54422db
|
#include <ata_shared.h>

Public Attributes | |
| struct { | |
| ULONG PioSpeed | |
| ULONG DmaSpeed | |
| } | Drive [2] |
| ULONG | ModeFlags |
| struct { | |
| ULONG PioSpeed | |
| PIO cycle timing in ns. More... | |
| ULONG DmaSpeed | |
| DMA cycle timing in ns. More... | |
| } | Drive [MAX_IDE_DEVICE] |
IDE channel timing information block
Definition at line 160 of file Bus_PDO_EvalMethod.c.
| ULONG _IDE_ACPI_TIMING_MODE_BLOCK::DmaSpeed |
DMA cycle timing in ns.
Definition at line 165 of file Bus_PDO_EvalMethod.c.
| struct { ... } _IDE_ACPI_TIMING_MODE_BLOCK::Drive[2] |
Referenced by AcpiEvaluateObject(), DrvEvaluateGtmObject(), DrvTestComplexBuffer(), and PciIdeAcpiSetTransferMode().
| struct { ... } _IDE_ACPI_TIMING_MODE_BLOCK::Drive[MAX_IDE_DEVICE] |
| ULONG _IDE_ACPI_TIMING_MODE_BLOCK::ModeFlags |
Definition at line 168 of file Bus_PDO_EvalMethod.c.
Referenced by AcpiEvaluateObject(), DrvEvaluateGtmObject(), DrvTestComplexBuffer(), and PciIdeAcpiSetTransferMode().
| ULONG _IDE_ACPI_TIMING_MODE_BLOCK::PioSpeed |
PIO cycle timing in ns.
Definition at line 164 of file Bus_PDO_EvalMethod.c.