Lines Matching +full:wear +full:- +full:leveling

1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
7 * Copyright (C) 2012-2013 Intel Corporation
50 …* http://www.intel.com/content/dam/www/public/us/en/documents/product-specifications/ssd-dc-p3700-
64 print_temp_C(letoh(temp->current)); in print_intel_temp_stats()
66 (uintmax_t)letoh(temp->overtemp_flag_last)); in print_intel_temp_stats()
68 (uintmax_t)letoh(temp->overtemp_flag_life)); in print_intel_temp_stats()
70 print_temp_C(letoh(temp->max_temp)); in print_intel_temp_stats()
72 print_temp_C(letoh(temp->min_temp)); in print_intel_temp_stats()
74 print_temp_C(letoh(temp->max_oper_temp)); in print_intel_temp_stats()
76 print_temp_C(letoh(temp->min_oper_temp)); in print_intel_temp_stats()
78 (uintmax_t)letoh(temp->est_offset)); in print_intel_temp_stats()
94 …printf("%4dus-%4dus: %ju\n", i * 32, (i + 1) * 32, (uintmax_t)le32dec(walker + 4 +… in print_intel_read_write_lat_log()
96 printf("%4dms-%4dms: %ju\n", i, i + 1, (uintmax_t)le32dec(walker + 132 + i * 4)); in print_intel_read_write_lat_log()
98 …printf("%4dms-%4dms: %ju\n", i * 32, (i + 1) * 32, (uintmax_t)le32dec(walker + 256… in print_intel_read_write_lat_log()
137 { 0xad, "Wear Leveling Count" }, in print_intel_add_smart()
140 { 0xe2, "Timed: Media Wear" }, in print_intel_add_smart()
173 printf("%-32s: %3d min: %u max: %u ave: %u\n", name, normalized, in print_intel_add_smart()
177 printf("%-32s: %3d %.3f%%\n", name, normalized, raw / 1024.0); in print_intel_add_smart()
180 printf("%-32s: %3d %#jx max: %dK min: %dK cur: %dK\n", name, normalized, in print_intel_add_smart()
184 printf("%-32s: %3d %#jx max: %dW min: %dW cur: %dW\n", name, normalized, in print_intel_add_smart()
188 printf("%-32s: %3d %d%% %d times\n", name, normalized, walker[5], le32dec(walker+6)); in print_intel_add_smart()
191 printf("%-32s: %3d %ju %#jx\n", name, normalized, (uintmax_t)raw, (uintmax_t)raw); in print_intel_add_smart()