Searched refs:npc_const (Results 1 – 1 of 1) sorted by relevance
1984 u64 npc_const, npc_const1; in rvu_npc_hw_init() local1987 npc_const = rvu_read64(rvu, blkaddr, NPC_AF_CONST); in rvu_npc_hw_init()1995 hw->npc_kpus = (npc_const >> 8) & 0x1FULL; in rvu_npc_hw_init()1996 hw->npc_intfs = npc_const & 0xFULL; in rvu_npc_hw_init()1997 hw->npc_counters = (npc_const >> 48) & 0xFFFFULL; in rvu_npc_hw_init()1999 mcam->banks = (npc_const >> 44) & 0xFULL; in rvu_npc_hw_init()2000 mcam->banksize = (npc_const >> 28) & 0xFFFFULL; in rvu_npc_hw_init()