Home
last modified time | relevance | path

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

/linux-4.1.27/arch/mips/cavium-octeon/
Dsetup.c377 unsigned long long bist_val; in octeon_check_cpu_bist() local
381 bist_val = read_octeon_c0_icacheerr(); in octeon_check_cpu_bist()
382 if (bist_val & mask) in octeon_check_cpu_bist()
384 coreid, bist_val); in octeon_check_cpu_bist()
386 bist_val = read_octeon_c0_dcacheerr(); in octeon_check_cpu_bist()
387 if (bist_val & 1) in octeon_check_cpu_bist()
390 coreid, bist_val); in octeon_check_cpu_bist()
393 bist_val = read_c0_cvmmemctl(); in octeon_check_cpu_bist()
394 if (bist_val & mask) in octeon_check_cpu_bist()
396 coreid, bist_val); in octeon_check_cpu_bist()