Home
last modified time | relevance | path

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

/openbmc/linux/drivers/crypto/marvell/octeontx/
H A Dotx_cptpf_main.c53 union otx_cptx_pf_bist_status bist_sts = {0}; in otx_cpt_check_bist_status() local
55 bist_sts.u = readq(cpt->reg_base + OTX_CPT_PF_BIST_STATUS); in otx_cpt_check_bist_status()
56 return bist_sts.u; in otx_cpt_check_bist_status()
61 union otx_cptx_pf_exe_bist_status bist_sts = {0}; in otx_cpt_check_exe_bist_status() local
63 bist_sts.u = readq(cpt->reg_base + OTX_CPT_PF_EXE_BIST_STATUS); in otx_cpt_check_exe_bist_status()
64 return bist_sts.u; in otx_cpt_check_exe_bist_status()
/openbmc/linux/drivers/crypto/cavium/cpt/
H A Dcptpf_main.c363 union cptx_pf_bist_status bist_sts = {0}; in cpt_check_bist_status() local
365 bist_sts.u = cpt_read_csr64(cpt->reg_base, in cpt_check_bist_status()
368 return bist_sts.u; in cpt_check_bist_status()
373 union cptx_pf_exe_bist_status bist_sts = {0}; in cpt_check_exe_bist_status() local
375 bist_sts.u = cpt_read_csr64(cpt->reg_base, in cpt_check_exe_bist_status()
378 return bist_sts.u; in cpt_check_exe_bist_status()