Searched refs:mpl (Results  1 – 8 of 8) sorted by relevance
| /Linux-v5.4/Documentation/devicetree/bindings/arm/marvell/ | 
| D | marvell,kirkwood.txt | 64 "mpl,cec4" 65 "mpl,cec4-10"
  | 
| /Linux-v5.4/arch/arm/boot/dts/ | 
| D | kirkwood-mplcec4.dts | 9 	compatible = "mpl,cec4-10", "mpl,cec4", "marvell,kirkwood-88f6281", "marvell,kirkwood";
  | 
| /Linux-v5.4/drivers/infiniband/hw/cxgb4/ | 
| D | mem.c | 725 	mhp->mpl = dma_alloc_coherent(&rhp->rdev.lldi.pdev->dev,  in c4iw_alloc_mr() 727 	if (!mhp->mpl) {  in c4iw_alloc_mr() 764 			  mhp->max_mpl_len, mhp->mpl, mhp->mpl_addr);  in c4iw_alloc_mr() 780 	mhp->mpl[mhp->mpl_len++] = addr;  in c4iw_set_page() 807 	if (mhp->mpl)  in c4iw_dereg_mr() 809 				  mhp->max_mpl_len, mhp->mpl, mhp->mpl_addr);  in c4iw_dereg_mr()
  | 
| D | qp.c | 813 	p[0] = cpu_to_be64((u64)mhp->mpl[0]);  in build_tpte_memreg() 814 	p[1] = cpu_to_be64((u64)mhp->mpl[1]);  in build_tpte_memreg() 847 			mhp->mpl[i] = (__force u64)cpu_to_be64((u64)mhp->mpl[i]);  in build_memreg() 866 			*p = cpu_to_be64((u64)mhp->mpl[i]);  in build_memreg()
  | 
| D | iw_cxgb4.h | 402 	u64 *mpl;  member
  | 
| /Linux-v5.4/arch/mips/include/asm/ | 
| D | ptrace.h | 48 	unsigned long long mpl[6];        /* MTM{0-5} */  member
  | 
| /Linux-v5.4/arch/mips/kernel/ | 
| D | ptrace.c | 988 	REG_OFFSET_NAME(mpl0, mpl[0]), 989 	REG_OFFSET_NAME(mpl1, mpl[1]), 990 	REG_OFFSET_NAME(mpl2, mpl[2]),
  | 
| D | asm-offsets.c | 71 	OFFSET(PT_MPL, pt_regs, mpl);  in output_ptreg_defines()
  |