Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/marvell/octeontx2/af/
Drvu_npc.c1928 u64 npc_const, npc_const1; in rvu_npc_hw_init() local
1931 npc_const = rvu_read64(rvu, blkaddr, NPC_AF_CONST); in rvu_npc_hw_init()
1939 hw->npc_kpus = (npc_const >> 8) & 0x1FULL; in rvu_npc_hw_init()
1940 hw->npc_intfs = npc_const & 0xFULL; in rvu_npc_hw_init()
1941 hw->npc_counters = (npc_const >> 48) & 0xFFFFULL; in rvu_npc_hw_init()
1943 mcam->banks = (npc_const >> 44) & 0xFULL; in rvu_npc_hw_init()
1944 mcam->banksize = (npc_const >> 28) & 0xFFFFULL; in rvu_npc_hw_init()