Home
last modified time | relevance | path

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

/external/coreboot/src/vendorcode/cavium/bdk/libbdk-dram/
Dbdk-dram-test.c88 int64_t __bdk_dram_ecc_single_bit_errors[BDK_MAX_MEM_CHANS]; variable
542 bdk_atomic_set64(&__bdk_dram_ecc_single_bit_errors[chan], 0); in bdk_dram_test()
570 … ecc_single += (ecc_single_errs[chan] = bdk_atomic_get64(&__bdk_dram_ecc_single_bit_errors[chan])); in bdk_dram_test()
/external/coreboot/src/vendorcode/cavium/include/bdk/libbdk-dram/
Dbdk-dram-test.h150 extern int64_t __bdk_dram_ecc_single_bit_errors[BDK_MAX_MEM_CHANS];