Searched refs:limit_type (Results 1 – 6 of 6) sorted by relevance
2233 uint32_t limit_type; in smu_get_power_limit() local2241 limit_type = SMU_DEFAULT_PPT_LIMIT; in smu_get_power_limit()2244 limit_type = SMU_FAST_PPT_LIMIT; in smu_get_power_limit()2269 if (limit_type != SMU_DEFAULT_PPT_LIMIT) { in smu_get_power_limit()2271 ret = smu->ppt_funcs->get_ppt_limit(smu, limit, limit_type, limit_level); in smu_get_power_limit()2305 uint32_t limit_type = limit >> 24; in smu_set_power_limit() local2313 if (limit_type != SMU_DEFAULT_PPT_LIMIT) in smu_set_power_limit()
793 enum smu_ppt_limit_type limit_type, enum smu_ppt_limit_level limit_level);
2976 int limit_type = to_sensor_dev_attr(attr)->index; in amdgpu_hwmon_show_power_label() local2979 limit_type == SMU_FAST_PPT_LIMIT ? "fastPPT" : "slowPPT"); in amdgpu_hwmon_show_power_label()2989 int limit_type = to_sensor_dev_attr(attr)->index; in amdgpu_hwmon_set_power_cap() local3006 value |= limit_type << 24; in amdgpu_hwmon_set_power_cap()
2151 uint32_t limit_type = ppt_limit >> 24; in vangogh_set_power_limit() local2159 switch (limit_type) { in vangogh_set_power_limit()
5074 uint32_t limit_type, nblocks, blocksize; in decode_space_limit() local5080 limit_type = be32_to_cpup(p++); in decode_space_limit()5081 switch (limit_type) { in decode_space_limit()
3761 u8 limit_type; in mt7915_mcu_set_txpower_sku() member