Searched refs:throttler_status (Results 1 – 4 of 4) sorted by relevance
2278 uint32_t throttler_status = 0; in smu_v15_0_8_get_throttler_status() local2280 throttler_status = atomic_read(&power_context->throttle_status); in smu_v15_0_8_get_throttler_status()2281 dev_dbg(smu->adev->dev, "SMU Throttler status: %u", throttler_status); in smu_v15_0_8_get_throttler_status()2283 return throttler_status; in smu_v15_0_8_get_throttler_status()2297 uint32_t throttler_status; in smu_v15_0_8_log_thermal_throttling_event() local2300 throttler_status = smu_v15_0_8_get_throttler_status(smu); in smu_v15_0_8_log_thermal_throttling_event()2301 if (!throttler_status) in smu_v15_0_8_log_thermal_throttling_event()2308 if (throttler_status & (1U << throttler_idx)) { in smu_v15_0_8_log_thermal_throttling_event()2327 smu_cmn_get_indep_throttler_status(throttler_status, in smu_v15_0_8_log_thermal_throttling_event()
729 uint32_t throttler_status = 0; in smu_v13_0_7_get_throttler_status() local 733 throttler_status |= in smu_v13_0_7_get_throttler_status() 736 return throttler_status; in smu_v13_0_7_get_throttler_status()
716 uint32_t throttler_status = 0; in smu_v13_0_get_throttler_status() local 720 throttler_status |= in smu_v13_0_get_throttler_status() 723 return throttler_status; in smu_v13_0_get_throttler_status()
524 u16 throttler_status; member