mirror of
git://nv-tegra.nvidia.com/linux-hwpm.git
synced 2025-12-22 17:30:40 +03:00
tegra: hwpm: add ucf ip and resource enums
UCF component is comprised of many sub-units such as MSW, OSW, SCB, etc. Add IP and resource enums for UCF sub-units that support HWPM. Bug 4730025 Bug 4748888 Change-Id: Ib50bf9a32d807d05ed0a7f55a5aa08009227e105 Signed-off-by: Vedashree Vidwans <vvidwans@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-hwpm/+/3187986 GVS: buildbot_gerritrpt <buildbot_gerritrpt@nvidia.com> Reviewed-by: Vasuki Shankar <vasukis@nvidia.com> Reviewed-by: Seema Khowala <seemaj@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
b6fa559660
commit
1a5bd8d683
@@ -56,6 +56,11 @@ enum tegra_soc_hwpm_ip {
|
||||
TEGRA_SOC_HWPM_IP_PCIE_XTLQ,
|
||||
TEGRA_SOC_HWPM_IP_PCIE_XTLRC,
|
||||
TEGRA_SOC_HWPM_IP_PCIE_XALRC,
|
||||
TEGRA_SOC_HWPM_IP_UCF_MSW,
|
||||
TEGRA_SOC_HWPM_IP_UCF_PSW,
|
||||
TEGRA_SOC_HWPM_IP_UCF_CSW,
|
||||
TEGRA_SOC_HWPM_IP_UCF_HUB,
|
||||
TEGRA_SOC_HWPM_IP_UCF_SCB,
|
||||
TERGA_SOC_HWPM_NUM_IPS
|
||||
};
|
||||
|
||||
@@ -137,6 +142,11 @@ enum tegra_soc_hwpm_resource {
|
||||
TEGRA_SOC_HWPM_RESOURCE_PCIE_XTLQ,
|
||||
TEGRA_SOC_HWPM_RESOURCE_PCIE_XTLRC,
|
||||
TEGRA_SOC_HWPM_RESOURCE_PCIE_XALRC,
|
||||
TEGRA_SOC_HWPM_RESOURCE_UCF_MSW,
|
||||
TEGRA_SOC_HWPM_RESOURCE_UCF_PSW,
|
||||
TEGRA_SOC_HWPM_RESOURCE_UCF_CSW,
|
||||
TEGRA_SOC_HWPM_RESOURCE_UCF_HUB,
|
||||
TEGRA_SOC_HWPM_RESOURCE_UCF_SCB,
|
||||
TERGA_SOC_HWPM_NUM_RESOURCES
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user