Searched refs:npc_const1 (Results 1 – 1 of 1) sorted by relevance
1984 u64 npc_const, npc_const1; in rvu_npc_hw_init() local1988 npc_const1 = rvu_read64(rvu, blkaddr, NPC_AF_CONST1); in rvu_npc_hw_init()1989 if (npc_const1 & BIT_ULL(63)) in rvu_npc_hw_init()1993 hw->npc_pkinds = (npc_const1 >> 12) & 0xFFULL; in rvu_npc_hw_init()1994 hw->npc_kpu_entries = npc_const1 & 0xFFFULL; in rvu_npc_hw_init()