Home
last modified time | relevance | path

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

/linux-2.6.39/arch/mips/cavium-octeon/
Dsetup.c173 unsigned long long bist_val; in octeon_check_cpu_bist() local
177 bist_val = read_octeon_c0_icacheerr(); in octeon_check_cpu_bist()
178 if (bist_val & mask) in octeon_check_cpu_bist()
180 coreid, bist_val); in octeon_check_cpu_bist()
182 bist_val = read_octeon_c0_dcacheerr(); in octeon_check_cpu_bist()
183 if (bist_val & 1) in octeon_check_cpu_bist()
186 coreid, bist_val); in octeon_check_cpu_bist()
189 bist_val = read_c0_cvmmemctl(); in octeon_check_cpu_bist()
190 if (bist_val & mask) in octeon_check_cpu_bist()
192 coreid, bist_val); in octeon_check_cpu_bist()