Searched refs:bist_val (Results 1 – 1 of 1) sorted by relevance
173 unsigned long long bist_val; in octeon_check_cpu_bist() local177 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()