Searched refs:npc_const (Results 1 – 1 of 1) sorted by relevance
1906 u64 npc_const, npc_const1; in rvu_npc_hw_init() local1909 npc_const = rvu_read64(rvu, blkaddr, NPC_AF_CONST); in rvu_npc_hw_init()1917 hw->npc_kpus = (npc_const >> 8) & 0x1FULL; in rvu_npc_hw_init()1918 hw->npc_intfs = npc_const & 0xFULL; in rvu_npc_hw_init()1919 hw->npc_counters = (npc_const >> 48) & 0xFFFFULL; in rvu_npc_hw_init()1921 mcam->banks = (npc_const >> 44) & 0xFULL; in rvu_npc_hw_init()1922 mcam->banksize = (npc_const >> 28) & 0xFFFFULL; in rvu_npc_hw_init()