Home
last modified time | relevance | path

Searched refs:temp_a (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/arm/nvidia/
H A Dtegra_soctherm.c466 int temp_a, temp_b; in tsensor_calibration() local
490 temp_a = div64_s64_precise((int64_t) delta_temp * (1LL << 13) * mult, in tsensor_calibration()
497 temp_a = div64_s64_precise((int64_t)temp_a * sensor->fuse_corr_alpha, in tsensor_calibration()
501 sensor->therm_a = (int16_t)temp_a; in tsensor_calibration()
/f-stack/dpdk/app/test/
H A Dtest_hash_readwrite_lf_perf.c575 void *temp_a[BULK_LOOKUP_SIZE]; in test_rwc_reader() local
603 temp_a[j] = keys + i + j; in test_rwc_reader()
606 ((uintptr_t)temp_a), in test_rwc_reader()
621 temp_a[j] = keys + i + j; in test_rwc_reader()
625 ((uintptr_t)temp_a), in test_rwc_reader()