Searched refs:npc_const (Results 1 - 1 of 1) sorted by path

/linux-master/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_npc.c1984 u64 npc_const, npc_const1; local
1987 npc_const = rvu_read64(rvu, blkaddr, NPC_AF_CONST);
1995 hw->npc_kpus = (npc_const >> 8) & 0x1FULL;
1996 hw->npc_intfs = npc_const & 0xFULL;
1997 hw->npc_counters = (npc_const >> 48) & 0xFFFFULL;
1999 mcam->banks = (npc_const >> 44) & 0xFULL;
2000 mcam->banksize = (npc_const >> 28) & 0xFFFFULL;

Completed in 313 milliseconds