Searched refs:max_cap (Results 1 – 6 of 6) sorted by relevance
| /drivers/soc/qcom/ |
| A D | llcc-qcom.c | 124 u32 max_cap; member 407 .max_cap = 0, 488 .max_cap = 0, 498 .max_cap = 0, 508 .max_cap = 0, 518 .max_cap = 0, 573 .max_cap = 0, 604 .max_cap = 0, 715 .max_cap = 0, 725 .max_cap = 0, [all …]
|
| /drivers/cpufreq/ |
| A D | cppc_cpufreq.c | 359 unsigned int min_cap, max_cap; in get_perf_level_count() local 365 max_cap = arch_scale_cpu_capacity(cpu); in get_perf_level_count() 366 min_cap = div_u64((u64)max_cap * perf_caps->lowest_perf, in get_perf_level_count() 368 if ((min_cap == 0) || (max_cap < min_cap)) in get_perf_level_count() 389 unsigned int min_cap, max_cap; in cppc_get_cpu_power() local 401 max_cap = arch_scale_cpu_capacity(cpu_dev->id); in cppc_get_cpu_power() 402 min_cap = div_u64((u64)max_cap * perf_caps->lowest_perf, in cppc_get_cpu_power() 405 max_cap); in cppc_get_cpu_power() 407 max_step = max_cap / CPPC_EM_CAP_STEP; in cppc_get_cpu_power() 462 unsigned int max_cap; in cppc_get_cpu_cost() local [all …]
|
| /drivers/infiniband/hw/erdma/ |
| A D | erdma_main.c | 412 dev->res_cb[ERDMA_RES_TYPE_PD].max_cap = ERDMA_MAX_PD; in erdma_dev_attrs_init() 413 dev->res_cb[ERDMA_RES_TYPE_STAG_IDX].max_cap = dev->attrs.max_mr; in erdma_dev_attrs_init() 414 dev->res_cb[ERDMA_RES_TYPE_AH].max_cap = dev->attrs.max_ah; in erdma_dev_attrs_init() 453 bitmap_zalloc(dev->res_cb[i].max_cap, GFP_KERNEL); in erdma_res_cb_init()
|
| A D | erdma.h | 174 u32 max_cap; member
|
| A D | erdma_verbs.c | 261 idx = find_next_zero_bit(res_cb->bitmap, res_cb->max_cap, in erdma_alloc_idx() 263 if (idx == res_cb->max_cap) { in erdma_alloc_idx() 264 idx = find_first_zero_bit(res_cb->bitmap, res_cb->max_cap); in erdma_alloc_idx() 265 if (idx == res_cb->max_cap) { in erdma_alloc_idx()
|
| /drivers/hwmon/ |
| A D | acpi_power_meter.c | 72 u64 max_cap; member 325 if (cap > resource->caps.max_cap || cap < resource->caps.min_cap) in set_cap() 475 *val = res->caps.max_cap * 1000; in power_meter_read()
|
Completed in 23 milliseconds