Searched refs:limit_type (Results 1 – 13 of 13) sorted by relevance
/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/ |
H A D | amdgpu_smu.c | 2328 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 D | smu_v13_0.h | 170 enum smu_ppt_limit_type limit_type,
|
H A D | smu_v11_0.h | 191 enum smu_ppt_limit_type limit_type,
|
H A D | amdgpu_smu.h | 828 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 D | bpmp-abi.h | 3787 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 D | mcu.h | 189 u8 limit_type; member
|
/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/smu11/ |
H A D | smu_v11_0.c | 939 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 D | vangogh_ppt.c | 2425 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 D | aldebaran_ppt.c | 1246 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 D | smu_v13_0_6_ppt.c | 1263 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 D | smu_v13_0.c | 989 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 D | amdgpu_pm.c | 2924 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 D | nfs4xdr.c | 5120 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()
|