Home
last modified time | relevance | path

Searched refs:limit_type (Results 1 – 13 of 13) sorted by relevance

/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/
H A Damdgpu_smu.c2328 uint32_t limit_type; in smu_get_power_limit() local
2336 limit_type = SMU_DEFAULT_PPT_LIMIT; in smu_get_power_limit()
2339 limit_type = SMU_FAST_PPT_LIMIT; in smu_get_power_limit()
2362 if (limit_type != SMU_DEFAULT_PPT_LIMIT) { in smu_get_power_limit()
2364 ret = smu->ppt_funcs->get_ppt_limit(smu, limit, limit_type, limit_level); in smu_get_power_limit()
2401 uint32_t limit_type = limit >> 24; in smu_set_power_limit() local
2408 if (limit_type != SMU_DEFAULT_PPT_LIMIT) in smu_set_power_limit()
2410 return smu->ppt_funcs->set_power_limit(smu, limit_type, limit); in smu_set_power_limit()
2423 ret = smu->ppt_funcs->set_power_limit(smu, limit_type, limit); in smu_set_power_limit()
/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/inc/
H A Dsmu_v13_0.h170 enum smu_ppt_limit_type limit_type,
H A Dsmu_v11_0.h191 enum smu_ppt_limit_type limit_type,
H A Damdgpu_smu.h828 enum smu_ppt_limit_type limit_type, enum smu_ppt_limit_level limit_level);
1042 enum smu_ppt_limit_type limit_type,
/openbmc/linux/include/soc/tegra/
H A Dbpmp-abi.h3787 uint32_t limit_type; /**< @ref bpmp_pwr_limit_type */ member
3800 uint32_t limit_type; /**< @ref bpmp_pwr_limit_type */ member
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7915/
H A Dmcu.h189 u8 limit_type; member
/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/smu11/
H A Dsmu_v11_0.c939 enum smu_ppt_limit_type limit_type, in smu_v11_0_set_power_limit() argument
946 if (limit_type != SMU_DEFAULT_PPT_LIMIT) in smu_v11_0_set_power_limit()
H A Dvangogh_ppt.c2425 enum smu_ppt_limit_type limit_type, in vangogh_set_power_limit() argument
2437 switch (limit_type) { in vangogh_set_power_limit()
/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/smu13/
H A Daldebaran_ppt.c1246 enum smu_ppt_limit_type limit_type, in aldebaran_set_power_limit() argument
1251 return smu_v13_0_set_power_limit(smu, limit_type, limit); in aldebaran_set_power_limit()
H A Dsmu_v13_0_6_ppt.c1263 enum smu_ppt_limit_type limit_type, in smu_v13_0_6_set_power_limit() argument
1266 return smu_v13_0_set_power_limit(smu, limit_type, limit); in smu_v13_0_6_set_power_limit()
H A Dsmu_v13_0.c989 enum smu_ppt_limit_type limit_type, in smu_v13_0_set_power_limit() argument
994 if (limit_type != SMU_DEFAULT_PPT_LIMIT) in smu_v13_0_set_power_limit()
/openbmc/linux/drivers/gpu/drm/amd/pm/
H A Damdgpu_pm.c2924 int limit_type = to_sensor_dev_attr(attr)->index; in amdgpu_hwmon_set_power_cap() local
2941 value |= limit_type << 24; in amdgpu_hwmon_set_power_cap()
/openbmc/linux/fs/nfs/
H A Dnfs4xdr.c5120 uint32_t limit_type, nblocks, blocksize; in decode_space_limit() local
5126 limit_type = be32_to_cpup(p++); in decode_space_limit()
5127 switch (limit_type) { in decode_space_limit()