|
ReactOS 0.4.16-dev-2633-g8dc9e50
|
#include "pciidex.h"
Go to the source code of this file.
Classes | |
| struct | _INTEL_CONTROLLER_INFO |
| struct | _INTEL_HW_EXTENSION |
Typedefs | |
| typedef struct _INTEL_CONTROLLER_INFO | INTEL_CONTROLLER_INFO |
| typedef struct _INTEL_CONTROLLER_INFO * | PINTEL_CONTROLLER_INFO |
| typedef struct _INTEL_HW_EXTENSION | INTEL_HW_EXTENSION |
| typedef struct _INTEL_HW_EXTENSION * | PINTEL_HW_EXTENSION |
Variables | |
| static PCIIDEX_PAGED_DATA const INTEL_CONTROLLER_INFO | IntelControllerList [] |
| static PCIIDEX_PAGED_DATA const ATA_PCI_ENABLE_BITS | IntelPiixEnableBits [MAX_IDE_CHANNEL] |
| static PCIIDEX_PAGED_DATA const ATA_PCI_ENABLE_BITS | IntelMpiixEnableBits [MAX_IDE_CHANNEL] |
| static const UCHAR | IntelClockSettings [5][2] |
| static const ULONG | IntelTimingModeToCycleTime [5] |
| static const UCHAR | IntelModeSettings [] |
| static const UCHAR | IntelUdmaSettings [] |
| static const ULONG | IntelDmaModeToTimingMode [] |
| #define TYPE_ICH (4 | HW_FLAGS_HAS_UDMA_REG | HW_FLAGS_HAS_CFG_REG) |
| #define TYPE_PIIX4 (3 | HW_FLAGS_HAS_UDMA_REG) |
| typedef struct _INTEL_HW_EXTENSION * PINTEL_HW_EXTENSION |
| NTSTATUS IntelGetControllerProperties | ( | _Inout_ PATA_CONTROLLER | Controller | ) |
Definition at line 969 of file intel.c.
Referenced by PciIdeGetControllerProperties().
|
static |
Definition at line 836 of file intel.c.
Referenced by IntelGetControllerProperties().
|
static |
Definition at line 772 of file intel.c.
Referenced by IntelGetControllerProperties().
|
static |
Definition at line 433 of file intel.c.
Referenced by IntelPiixLegacySetTransferMode(), and IntelPiixSetTransferMode().
|
static |
|
static |
Definition at line 662 of file intel.c.
Referenced by IntelInitChannel().
|
static |
Definition at line 729 of file intel.c.
Referenced by IntelInitChannel().
|
static |
Definition at line 488 of file intel.c.
Referenced by IntelInitChannel().
|
static |
Definition at line 622 of file intel.c.
Referenced by IntelInitChannel().
Definition at line 379 of file intel.c.
Referenced by IntelPiixLegacyComputeIdeTiming(), and IntelPiixSetTransferMode().
|
static |
Definition at line 273 of file intel.c.
Referenced by IntelGetControllerProperties().
Definition at line 418 of file intel.c.
Referenced by IntelPiixChooseDeviceSpeed(), IntelPiixLegacyComputeIdeTiming(), and IntelPiixSetTransferMode().
Definition at line 399 of file intel.c.
Referenced by IntelPiixLegacyComputeIdeTiming(), and IntelPiixSetTransferMode().
|
static |
Definition at line 373 of file intel.c.
Referenced by IntelGetControllerProperties().
|
static |
Definition at line 366 of file intel.c.
Referenced by IntelGetControllerProperties().
Definition at line 390 of file intel.c.
Referenced by IntelPiixChooseDeviceSpeed().
Definition at line 408 of file intel.c.
Referenced by IntelPiixSetTransferMode().