Searched refs:get_val (Results 1 – 3 of 3) sorted by relevance
| /linux/arch/arm/boot/compressed/ |
| H A D | fdt_check_mem_start.c | 37 static uint64_t get_val(const fdt32_t *cells, uint32_t ncells) in get_val() function 93 size = get_val(usable + addr_cells, size_cells); in fdt_check_mem_start() 122 size = get_val(reg + addr_cells, size_cells); in fdt_check_mem_start()
|
| /linux/drivers/gpu/drm/xe/tests/ |
| H A D | xe_bo.c | 26 bool clear, u64 get_val, u64 assign_val, in ccs_test_migrate() argument 101 if (cpu_map[0] != get_val) { in ccs_test_migrate() 104 (unsigned long long)get_val, in ccs_test_migrate() 112 if (cpu_map[offset] != get_val) { in ccs_test_migrate() 115 (unsigned long long)get_val, in ccs_test_migrate()
|
| /linux/drivers/cpufreq/ |
| H A D | intel_pstate.c | 295 u64 (*get_val)(struct cpudata*, int pstate); member 2310 pstate_funcs.get_val(cpu, pstate)); in intel_pstate_set_pstate() 2581 wrmsrq(MSR_IA32_PERF_CTL, pstate_funcs.get_val(cpu, pstate)); in intel_pstate_update_pstate() 2651 .get_val = core_get_val, 2659 .get_val = atom_get_val, 2669 .get_val = atom_get_val, 2681 .get_val = core_get_val, 3175 pstate_funcs.get_val(cpu, target_pstate)); in intel_cpufreq_perf_ctl_update() 3178 pstate_funcs.get_val(cpu, target_pstate)); in intel_cpufreq_perf_ctl_update() 3533 pstate_funcs.get_val = funcs->get_val; in copy_cpu_funcs()
|