Searched refs:xpb_addr (Results 1 – 1 of 1) sorted by relevance
387 nfp_xpb_to_cpp(struct nfp_cpp *cpp, uint32_t *xpb_addr) in nfp_xpb_to_cpp() argument401 island = ((*xpb_addr) >> 24) & 0x3f; in nfp_xpb_to_cpp()411 (*xpb_addr) &= ~0x7f000000; in nfp_xpb_to_cpp()412 if (*xpb_addr < 0x60000) in nfp_xpb_to_cpp()413 *xpb_addr |= (1 << 30); in nfp_xpb_to_cpp()418 *xpb_addr |= (1 << 24); in nfp_xpb_to_cpp()420 (*xpb_addr) |= (1 << 30); in nfp_xpb_to_cpp()530 cpp_dest = nfp_xpb_to_cpp(cpp, &xpb_addr); in nfp_xpb_writel()532 return nfp_cpp_writel(cpp, cpp_dest, xpb_addr, value); in nfp_xpb_writel()540 cpp_dest = nfp_xpb_to_cpp(cpp, &xpb_addr); in nfp_xpb_readl()[all …]