Home
last modified time | relevance | path

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

/arch/mips/cavium-octeon/
Dsetup.c388 unsigned long long bist_val; in octeon_check_cpu_bist() local
392 bist_val = read_octeon_c0_icacheerr(); in octeon_check_cpu_bist()
393 if (bist_val & mask) in octeon_check_cpu_bist()
395 coreid, bist_val); in octeon_check_cpu_bist()
397 bist_val = read_octeon_c0_dcacheerr(); in octeon_check_cpu_bist()
398 if (bist_val & 1) in octeon_check_cpu_bist()
401 coreid, bist_val); in octeon_check_cpu_bist()
404 bist_val = read_c0_cvmmemctl(); in octeon_check_cpu_bist()
405 if (bist_val & mask) in octeon_check_cpu_bist()
407 coreid, bist_val); in octeon_check_cpu_bist()