Searched refs:tdp (Results 1 – 7 of 7) sorted by relevance
49 dev_ctx->thermal_allocatable_power = (uint32_t)dev_ctx->config->tdp; in pi_control()80 if (pi_power + (int32_t)dev_ctx->config->tdp > 0) { in pi_control()82 pi_power + (uint32_t)dev_ctx->config->tdp; in pi_control()263 dev_ctx->thermal_allocatable_power = (uint32_t)dev_ctx->config->tdp; in thermal_mgmt_dev_init()288 sum_weights = actor_ctx->config->weight * config->tdp * config->tdp; in thermal_mgmt_dev_init()
117 .tdp = 10,137 .tdp = 10,
54 dev_ctx->thermal_allocatable_power = (uint32_t)dev_ctx->config->tdp; in setUp()486 dev_ctx->thermal_allocatable_power, (uint32_t)dev_ctx->config->tdp); in test_thermal_mgmt_pi_control_switched_off()549 allocatable_power = k_p * err + k_i * terr + dev_ctx->config->tdp; in test_thermal_mgmt_pi_control_positive_allocatable_power()
42 .tdp = 10,
49 .tdp = 10,
127 uint16_t tdp; member
131 `tdp (thermal design power)`226 .tdp = 5000,334 .tdp = 5000,
Completed in 7 milliseconds