Searched refs:npc_const2 (Results 1 – 2 of 2) sorted by relevance
2236 u64 npc_const2 = 0; in rvu_npc_hw_init() local2241 npc_const2 = rvu_read64(rvu, blkaddr, NPC_AF_CONST2); in rvu_npc_hw_init()2267 if (npc_const2) { in rvu_npc_hw_init()2281 hw->npc_counters = (npc_const2 >> 16) & 0xFFFFULL; in rvu_npc_hw_init()2282 mcam->banksize = npc_const2 & 0xFFFFULL; in rvu_npc_hw_init()
4484 u64 npc_const1, npc_const2 = 0; in npc_priv_init() local4498 npc_const2 = rvu_read64(rvu, blkaddr, NPC_AF_CONST2); in npc_priv_init()4503 num_subbanks = FIELD_GET(GENMASK_ULL(39, 32), npc_const2); in npc_priv_init()