Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_npc.c1971 u64 npc_const, npc_const1; in rvu_npc_hw_init() local
1975 npc_const1 = rvu_read64(rvu, blkaddr, NPC_AF_CONST1); in rvu_npc_hw_init()
1976 if (npc_const1 & BIT_ULL(63)) in rvu_npc_hw_init()
1980 hw->npc_pkinds = (npc_const1 >> 12) & 0xFFULL; in rvu_npc_hw_init()
1981 hw->npc_kpu_entries = npc_const1 & 0xFFFULL; in rvu_npc_hw_init()