Home
last modified time | relevance | path

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

/openbmc/linux/drivers/crypto/marvell/octeontx/
H A Dotx_cptpf_main.c44 union otx_cptx_pf_constants pf_cnsts = {0}; in otx_cpt_find_max_enabled_cores() local
46 pf_cnsts.u = readq(cpt->reg_base + OTX_CPT_PF_CONSTANTS); in otx_cpt_find_max_enabled_cores()
47 cpt->eng_grps.avail.max_se_cnt = pf_cnsts.s.se; in otx_cpt_find_max_enabled_cores()
48 cpt->eng_grps.avail.max_ae_cnt = pf_cnsts.s.ae; in otx_cpt_find_max_enabled_cores()
/openbmc/linux/drivers/crypto/cavium/cpt/
H A Dcptpf_main.c354 union cptx_pf_constants pf_cnsts = {0}; in cpt_find_max_enabled_cores() local
356 pf_cnsts.u = cpt_read_csr64(cpt->reg_base, CPTX_PF_CONSTANTS(0)); in cpt_find_max_enabled_cores()
357 cpt->max_se_cores = pf_cnsts.s.se; in cpt_find_max_enabled_cores()
358 cpt->max_ae_cores = pf_cnsts.s.ae; in cpt_find_max_enabled_cores()