|
ReactOS 0.4.16-dev-2633-g8dc9e50
|
#include "pciidex.h"
Go to the source code of this file.
Functions | |
| static ULONG | AmdGetPciConfigIoBase (_In_ PATA_CONTROLLER Controller) |
| static VOID | AmdEnablePostedWriteBuffer (_In_ PATA_CONTROLLER Controller, _In_ PCHANNEL_DATA_PATA ChanData, _In_ ULONG Channel, _In_reads_(MAX_IDE_DEVICE) PCHANNEL_DEVICE_CONFIG *DeviceList, _In_ ULONG IoBase) |
| static VOID | AmdSetTransferMode (_In_ PATA_CONTROLLER Controller, _In_ ULONG Channel, _In_reads_(MAX_IDE_DEVICE) PCHANNEL_DEVICE_CONFIG *DeviceList) |
| static VOID | AmdControllerStart (_In_ PATA_CONTROLLER Controller) |
| static BOOLEAN | NvHasUdmaCable (_In_ USHORT UdmaTimReg, _In_ ULONG Drive) |
| NTSTATUS | AmdGetControllerProperties (_Inout_ PATA_CONTROLLER Controller) |
Variables | |
| struct { | |
| USHORT VendorID | |
| USHORT DeviceID | |
| USHORT Flags | |
| } | AmdControllerList [] |
| static const UCHAR | AmdUdmaSettings [] |
| static const ULONG | AmdTimingControlShift [MAX_IDE_CHANNEL][MAX_IDE_DEVICE] |
| static const ULONG | AmdAddressSetupShift [MAX_IDE_CHANNEL][MAX_IDE_DEVICE] |
| static const ULONG | AmdPortTimShift [MAX_IDE_CHANNEL] |
| static PCIIDEX_PAGED_DATA const ATA_PCI_ENABLE_BITS | AmdEnableBits [MAX_IDE_CHANNEL] |
| static PCIIDEX_PAGED_DATA const ATA_PCI_ENABLE_BITS | NvEnableBits [MAX_IDE_CHANNEL] |
|
static |
Definition at line 297 of file amd.c.
Referenced by AmdGetControllerProperties().
|
static |
Definition at line 181 of file amd.c.
Referenced by AmdSetTransferMode().
| NTSTATUS AmdGetControllerProperties | ( | _Inout_ PATA_CONTROLLER | Controller | ) |
Definition at line 329 of file amd.c.
Referenced by PciIdeGetControllerProperties().
|
static |
|
static |
Definition at line 217 of file amd.c.
Referenced by AmdGetControllerProperties().
Definition at line 313 of file amd.c.
Referenced by AmdGetControllerProperties().
|
static |
Definition at line 140 of file amd.c.
Referenced by AmdSetTransferMode().
| PCIIDEX_PAGED_DATA const struct { ... } AmdControllerList[] |
Referenced by AmdGetControllerProperties().
|
static |
Definition at line 153 of file amd.c.
Referenced by AmdGetControllerProperties().
|
static |
Definition at line 146 of file amd.c.
Referenced by AmdSetTransferMode().
|
static |
Definition at line 134 of file amd.c.
Referenced by AmdSetTransferMode().
Definition at line 123 of file amd.c.
Referenced by AmdSetTransferMode().
|
static |
Definition at line 160 of file amd.c.
Referenced by AmdGetControllerProperties().