Home
last modified time | relevance | path

Searched refs:max_val (Results 1 – 6 of 6) sorted by relevance

/openbmc/u-boot/drivers/power/
H A Dexynos-tmu.c55 unsigned max_val; member
157 (cur_temp <= data->ts.max_val)) in tmu_monitor()
219 info->data.ts.max_val = fdtdec_get_int(blob, in get_tmu_fdt_values()
221 error |= (info->data.ts.max_val == -1); in get_tmu_fdt_values()
/openbmc/qemu/target/riscv/
H A Dpmu.c107 target_ulong max_val = UINT32_MAX; in riscv_pmu_incr_ctr_rv32() local
126 if (counter->mhpmcounter_val == max_val) { in riscv_pmu_incr_ctr_rv32()
127 if (counter->mhpmcounterh_val == max_val) { in riscv_pmu_incr_ctr_rv32()
149 uint64_t max_val = UINT64_MAX; in riscv_pmu_incr_ctr_rv64() local
167 if (counter->mhpmcounter_val == max_val) { in riscv_pmu_incr_ctr_rv64()
/openbmc/qemu/target/ppc/
H A Dinternal.h35 #define FUNC_MASK(name, ret_type, size, max_val) \ argument
42 ret = max_val << (max_bit - end); \
44 ret = max_val >> start; \
/openbmc/openbmc/poky/scripts/lib/build_perf/
H A Dreport.py326 max_val = val_cls(max(values))
336 stats[prefix + 'max'] = max_val
338 stats[prefix + 'plus'] = val_cls(max_val - mean_val)
/openbmc/u-boot/drivers/ddr/marvell/a38x/
H A Dddr3_training_ip_engine.c651 int tap_val, max_val = -10000, min_val = 10000; in ddr3_tip_process_result() local
667 if (tap_val > max_val) in ddr3_tip_process_result()
668 max_val = tap_val; in ddr3_tip_process_result()
672 *edge_result = (u32) max_val; in ddr3_tip_process_result()
679 max_val, min_val, in ddr3_tip_process_result()
H A Dddr3_training.c2637 u8 max_val = 0; in ddr3_tip_get_buf_max() local
2641 if (buf_ptr[cnt] > max_val) in ddr3_tip_get_buf_max()
2642 max_val = buf_ptr[cnt]; in ddr3_tip_get_buf_max()
2645 return max_val; in ddr3_tip_get_buf_max()