Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-app-init.c436 uint64_t bist_val; in cvmx_user_app_init() local
448 CVMX_MF_CACHE_ERR(bist_val); in cvmx_user_app_init()
450 bist_val &= mask; in cvmx_user_app_init()
451 if (bist_val) in cvmx_user_app_init()
453 printf("BIST FAILURE: COP0_CACHE_ERR: 0x%llx\n", (unsigned long long)bist_val); in cvmx_user_app_init()
458 CVMX_MF_CVM_MEM_CTL(bist_val); in cvmx_user_app_init()
459 bist_val &= mask; in cvmx_user_app_init()
460 if (bist_val) in cvmx_user_app_init()
462 printf("BIST FAILURE: COP0_CVM_MEM_CTL: 0x%llx\n", (unsigned long long)bist_val); in cvmx_user_app_init()