Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/mips/cavium-octeon/
H A Dsetup.c402 unsigned long long bist_val; in octeon_check_cpu_bist() local
406 bist_val = read_octeon_c0_icacheerr(); in octeon_check_cpu_bist()
407 if (bist_val & mask) in octeon_check_cpu_bist()
409 coreid, bist_val); in octeon_check_cpu_bist()
411 bist_val = read_octeon_c0_dcacheerr(); in octeon_check_cpu_bist()
412 if (bist_val & 1) in octeon_check_cpu_bist()
415 coreid, bist_val); in octeon_check_cpu_bist()
418 bist_val = read_c0_cvmmemctl(); in octeon_check_cpu_bist()
419 if (bist_val & mask) in octeon_check_cpu_bist()
421 coreid, bist_val); in octeon_check_cpu_bist()