Home
last modified time | relevance | path

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

/linux/arch/mips/cavium-octeon/
H A Dsetup.c401 unsigned long long bist_val; in octeon_check_cpu_bist() local
405 bist_val = read_octeon_c0_icacheerr(); in octeon_check_cpu_bist()
406 if (bist_val & mask) in octeon_check_cpu_bist()
408 coreid, bist_val); in octeon_check_cpu_bist()
410 bist_val = read_octeon_c0_dcacheerr(); in octeon_check_cpu_bist()
411 if (bist_val & 1) in octeon_check_cpu_bist()
414 coreid, bist_val); in octeon_check_cpu_bist()
417 bist_val = read_c0_cvmmemctl(); in octeon_check_cpu_bist()
418 if (bist_val & mask) in octeon_check_cpu_bist()
420 coreid, bist_val); in octeon_check_cpu_bist()