Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_npc.c1984 u64 npc_const, npc_const1; in rvu_npc_hw_init() local
1988 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()