Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/netronome/nfp/nfpcore/
Dnfp_mutex.c136 err = nfp_cpp_readl(cpp, mur, address + 4, &tmp); in nfp_cpp_mutex_alloc()
233 err = nfp_cpp_readl(mutex->cpp, mur, mutex->address + 4, &key); in nfp_cpp_mutex_unlock()
240 err = nfp_cpp_readl(mutex->cpp, mur, mutex->address, &value); in nfp_cpp_mutex_unlock()
279 err = nfp_cpp_readl(cpp, mur, mutex->address + 4, &key); in nfp_cpp_mutex_trylock()
304 err = nfp_cpp_readl(cpp, mus, mutex->address, &tmp); in nfp_cpp_mutex_trylock()
355 err = nfp_cpp_readl(cpp, mur, address, &tmp); in nfp_cpp_mutex_reclaim()
Dnfp_cpplib.c41 int nfp_cpp_readl(struct nfp_cpp *cpp, u32 cpp_id, in nfp_cpp_readl() function
Dnfp_cppcore.c1098 return nfp_cpp_readl(cpp, cpp_dest, xpb_addr, value); in nfp_xpb_readl()
1240 nfp_cpp_readl(cpp, arm, NFP_ARM_GCSR + NFP_ARM_GCSR_SOFTMODEL2, in nfp_cpp_from_operations()
1242 nfp_cpp_readl(cpp, arm, NFP_ARM_GCSR + NFP_ARM_GCSR_SOFTMODEL3, in nfp_cpp_from_operations()
Dnfp_cpp.h267 int nfp_cpp_readl(struct nfp_cpp *cpp, u32 cpp_id,
Dnfp_rtsym.c311 return nfp_cpp_readl(cpp, cpp_id, addr, value); in __nfp_rtsym_readl()