MODIFICATION HISTORY:
Ver Who Date Changes ----- ---- -------- ----------------------------------------------- 1.00a mta 02/24/07 First release 2.00a mta 10/24/07 Added support for Performance Monitoring and Static Phy
Functions | |
int | XMpmc_CfgInitialize (XMpmc *InstancePtr, XMpmc_Config *ConfigPtr, u32 EffectiveAddr) |
void | XMpmc_EnableEcc (XMpmc *InstancePtr) |
void | XMpmc_DisableEcc (XMpmc *InstancePtr) |
void | XMpmc_SetControlEcc (XMpmc *InstancePtr, u32 Control) |
u32 | XMpmc_GetControlEcc (XMpmc *InstancePtr) |
u32 | XMpmc_GetStatusEcc (XMpmc *InstancePtr) |
void | XMpmc_ClearStatusEcc (XMpmc *InstancePtr) |
void | XMpmc_EnablePm (XMpmc *InstancePtr, u32 Mask) |
void | XMpmc_DisablePm (XMpmc *InstancePtr, u32 Mask) |
void | XMpmc_ClearDataBinPm (XMpmc *InstancePtr, u32 Mask) |
u32 | XMpmc_GetStatusPm (XMpmc *InstancePtr) |
void | XMpmc_ClearStatusPm (XMpmc *InstancePtr, u32 Mask) |
Xuint64 | XMpmc_GetGlobalCycleCountPm (XMpmc *InstancePtr) |
Xuint64 | XMpmc_GetDeadCycleCountPm (XMpmc *InstancePtr, u8 PortNum) |
Xuint64 | XMpmc_GetDataBinCountPm (XMpmc *InstancePtr, u8 PortNum, u8 Qualifier, u8 AccessType, u8 BinNumber) |
void | XMpmc_SetStaticPhyReg (XMpmc *InstancePtr, u32 Data) |
u32 | XMpmc_GetStaticPhyReg (XMpmc *InstancePtr) |
|
This function initializes a specific XMpmc instance.
|
|
Clear the Performance Monitoring Data Bins for the specified ports.
|
|
Clear the ECC Status Register contents of the MPMC device. This function can be used to clear errors in the status that have been processed.
|
|
Clears the Performance Monitoring Data Bin Clear Status for the specified bins.
|
|
Disable the ECC mode for both read and write operations in the MPMC device.
|
|
Disable the Performance Monitoring for the specified ports.
|
|
Enable the ECC mode for both read and write operations in the MPMC device.
|
|
Enable the Performance Monitoring for the specified ports.
|
|
Get the ECC Control Register contents of the MPMC device. This function can be used to determine which features are enabled in the device.
|
|
Get the Performance Monitoring Data for the specified bin.
|
|
Get the Performance Monitoring Dead Cycle Count for the specified port.
|
|
Get the Performance Monitoring Global Cycle Count.
|
|
Get the Static Phy Interface Register contents of the MPMC device.
|
|
Get the ECC Status Register contents of the MPMC device. This function can be used to determine which errors have occurred for ECC mode.
|
|
Get the Performance Monitoring Data Bin Clear Status.
|
|
Set the ECC Control Register of the MPMC device to the specified value. This function can be used to individually enable/disable read or write ECC and force specific types of ECC errors to occur.
|
|
Set the Static Phy Interface Register of the MPMC device to the specified value.
|
Copyright © 1995-2009 Xilinx, Inc. All rights reserved.