Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/ethernet/marvell/octeontx2/af/
Drvu_npc.c1907 u64 npc_const2 = 0; in rvu_npc_hw_init() local
1912 npc_const2 = rvu_read64(rvu, blkaddr, NPC_AF_CONST2); in rvu_npc_hw_init()
1925 if (npc_const2) { in rvu_npc_hw_init()
1939 hw->npc_counters = (npc_const2 >> 16) & 0xFFFFULL; in rvu_npc_hw_init()
1940 mcam->banksize = npc_const2 & 0xFFFFULL; in rvu_npc_hw_init()