|
ReactOS 0.4.16-dev-2633-g8dc9e50
|
#include "pciidex.h"
Go to the source code of this file.
Variables | |
| static const ULONG | AtapModeToCycleTime [] |
| static const ATA_TIMING | AtapTimingTable [] |
|
static |
Definition at line 202 of file pata_generic.c.
Referenced by PciIdeAcpiSetTransferMode().
|
static |
Definition at line 62 of file pata_generic.c.
Referenced by AtaSelectTimings().
Definition at line 53 of file pata_generic.c.
Referenced by AtaCalculateTimings().
| VOID AtaSelectTimings | ( | _In_reads_(MAX_IDE_DEVICE) PCHANNEL_DEVICE_CONFIG * | DeviceList, |
| _Out_writes_all_(MAX_IDE_DEVICE) PATA_TIMING | Timings, | ||
| _In_range_(>, 0) ULONG | ClockPeriodPs, | ||
| _In_ ULONG | Flags | ||
| ) |
Definition at line 116 of file pata_generic.c.
Referenced by AmdSetTransferMode(), CmdSetTransferMode(), Via6421SetTransferMode(), and ViaSetTransferMode().
|
static |
Definition at line 452 of file pata_generic.c.
Referenced by PciIdeParseResources().
Definition at line 965 of file pata_generic.c.
Referenced by PciIdeCreateChannelData().
|
static |
Definition at line 433 of file pata_generic.c.
Referenced by PciIdeFreeResources().
|
static |
Definition at line 259 of file pata_generic.c.
Referenced by PciIdeGenericSetTransferMode().
Definition at line 511 of file pata_generic.c.
Referenced by PciIdeCreateChannelData().
|
static |
Definition at line 723 of file pata_generic.c.
Referenced by PciIdeParseResources().
|
static |
Definition at line 689 of file pata_generic.c.
Referenced by PciIdeParseResources().
Definition at line 1057 of file pata_generic.c.
|
static |
Definition at line 383 of file pata_generic.c.
Referenced by PciIdeGenericSetTransferMode().
Definition at line 1012 of file pata_generic.c.
Referenced by PciIdeXPdoStartDevice().
|
static |
Definition at line 565 of file pata_generic.c.
Referenced by PciIdeGetControllerProperties().
| NTSTATUS PciIdeCreateChannelData | ( | _In_ PATA_CONTROLLER | Controller, |
| _In_ ULONG | HwExtensionSize | ||
| ) |
Definition at line 1072 of file pata_generic.c.
Referenced by AmdGetControllerProperties(), AtiGetControllerProperties(), CmdGetControllerProperties(), IntelGetControllerProperties(), PataGetControllerProperties(), PciIdeGetControllerProperties(), PcTechGetControllerProperties(), Sil680GetControllerProperties(), SvwPataGetControllerProperties(), SvwSataGetControllerProperties(), ToshibaGetControllerProperties(), Via6421GetControllerProperties(), ViaCx700GetControllerProperties(), and ViaGetControllerProperties().
Definition at line 485 of file pata_generic.c.
Referenced by PciIdeCreateChannelData().
Definition at line 877 of file pata_generic.c.
Referenced by PciIdeXPdoStopDevice().
|
static |
Definition at line 416 of file pata_generic.c.
Referenced by PciIdeCreateChannelData().
| IDE_CHANNEL_STATE PciIdeGetChannelState | ( | _In_ PATA_CONTROLLER | Controller, |
| _In_ ULONG | Channel | ||
| ) |
Definition at line 902 of file pata_generic.c.
Referenced by PciIdeXGetChannelState().
| NTSTATUS PciIdeGetControllerProperties | ( | _Inout_ PATA_CONTROLLER | Controller | ) |
Definition at line 1121 of file pata_generic.c.
| VOID PciIdeInitTaskFileIoResources | ( | _In_ PCHANNEL_DATA_PATA | ChanData, |
| _In_ ULONG_PTR | CommandPortBase, | ||
| _In_ ULONG_PTR | ControlPortBase, | ||
| _In_ ULONG | CommandBlockSpare | ||
| ) |
Definition at line 663 of file pata_generic.c.
Referenced by PciIdeAssignLegacyResources(), PciIdeAssignNativeResources(), SvwSataParseResources(), and Via6421ParseResources().
Definition at line 544 of file pata_generic.c.
Referenced by PciIdeControllerInitDma().
| NTSTATUS PciIdeParseResources | ( | _In_ PCHANNEL_DATA_PATA | ChanData, |
| _In_ PCM_RESOURCE_LIST | ResourcesTranslated | ||
| ) |
Definition at line 849 of file pata_generic.c.
Referenced by PataGetControllerProperties(), and PciIdeXPdoStartDevice().
| VOID SataSetTransferMode | ( | _In_ PATA_CONTROLLER | Controller, |
| _In_ ULONG | Channel, | ||
| _In_reads_(MAX_IDE_DEVICE) PCHANNEL_DEVICE_CONFIG * | DeviceList | ||
| ) |
Definition at line 184 of file pata_generic.c.
Definition at line 14 of file pata_generic.c.
Referenced by AtaAcpiFindModeForCycleTime(), and AtaCalculateTimings().
|
static |
Definition at line 29 of file pata_generic.c.
Referenced by AtaCalculateTimings().