Searched refs:pf_cnsts (Results 1 – 1 of 1) sorted by relevance
353 union cptx_pf_constants pf_cnsts = {0}; in cpt_find_max_enabled_cores() local355 pf_cnsts.u = cpt_read_csr64(cpt->reg_base, CPTX_PF_CONSTANTS(0)); in cpt_find_max_enabled_cores()356 cpt->max_se_cores = pf_cnsts.s.se; in cpt_find_max_enabled_cores()357 cpt->max_ae_cores = pf_cnsts.s.ae; in cpt_find_max_enabled_cores()