Searched refs:mur (Results 1 – 1 of 1) sorted by relevance
| /f-stack/dpdk/drivers/net/nfp/nfpcore/ |
| H A D | nfp_mutex.c | 123 uint32_t mur = NFP_CPP_ID(target, 3, 0); /* atomic_read */ in nfp_cpp_mutex_alloc() local 147 err = nfp_cpp_readl(cpp, mur, address + 4, &tmp); in nfp_cpp_mutex_alloc() 192 uint32_t mur = NFP_CPP_ID(mutex->target, 3, 0); /* atomic_read */ in nfp_cpp_mutex_owner() local 196 err = nfp_cpp_readl(mutex->cpp, mur, mutex->address, &value); in nfp_cpp_mutex_owner() 200 err = nfp_cpp_readl(mutex->cpp, mur, mutex->address + 4, &key); in nfp_cpp_mutex_owner() 292 uint32_t mur = NFP_CPP_ID(mutex->target, 3, 0); /* atomic_read */ in nfp_cpp_mutex_unlock() local 303 err = nfp_cpp_readl(mutex->cpp, mur, mutex->address, &value); in nfp_cpp_mutex_unlock() 307 err = nfp_cpp_readl(mutex->cpp, mur, mutex->address + 4, &key); in nfp_cpp_mutex_unlock() 346 uint32_t mur = NFP_CPP_ID(mutex->target, 3, 0); /* atomic_read */ in nfp_cpp_mutex_trylock() local 362 err = nfp_cpp_readl(cpp, mur, mutex->address + 4, &key); in nfp_cpp_mutex_trylock()
|