Searched refs:dest1 (Results 1 – 6 of 6) sorted by relevance
/arch/mips/alchemy/common/ |
D | dbdma.c | 394 u32 cmd0, cmd1, src1, dest1; in au1xxx_dbdma_ring_alloc() local 445 cmd0 = cmd1 = src1 = dest1 = 0; in au1xxx_dbdma_ring_alloc() 532 dest1 |= DSCR_DEST1_DTS(DSCR_xTS_SIZE1); in au1xxx_dbdma_ring_alloc() 535 dest1 |= DSCR_DEST1_DTS(DSCR_xTS_SIZE2); in au1xxx_dbdma_ring_alloc() 538 dest1 |= DSCR_DEST1_DTS(DSCR_xTS_SIZE4); in au1xxx_dbdma_ring_alloc() 542 dest1 |= DSCR_DEST1_DTS(DSCR_xTS_SIZE8); in au1xxx_dbdma_ring_alloc() 549 dest1 |= DSCR_DEST1_DAM(DSCR_xAM_BURST); in au1xxx_dbdma_ring_alloc() 551 dest1 |= DSCR_DEST1_DAM(DSCR_xAM_STATIC); in au1xxx_dbdma_ring_alloc() 561 src1, dest0, dest1); in au1xxx_dbdma_ring_alloc() 569 dp->dscr_dest1 = dest1; in au1xxx_dbdma_ring_alloc()
|
/arch/sparc/lib/ |
D | NGcopy_from_user.S | 20 #define LOAD_TWIN(addr_reg,dest0,dest1) \ argument
|
D | NGmemcpy.S | 47 #define LOAD_TWIN(addr_reg,dest0,dest1) \ argument
|
/arch/m68k/math-emu/ |
D | multi_arith.h | 134 #define fp_add64(dest1, dest2, src1, src2) ({ \ argument 137 asm ("addx.l %1,%0" : "=d" (dest1) \ 138 : "d" (src1), "0" (dest1)); \
|
/arch/parisc/math-emu/ |
D | sgl_float.h | 337 #define Sgl_copyto_sglext(src1,dest1,dest2) \ argument 338 Sextallp1(dest1) = Sall(src1); Sextallp2(dest2) = 0
|
D | dbl_float.h | 731 #define Dbl_copyto_dblext(src1,src2,dest1,dest2,dest3,dest4) \ argument 732 Dextallp1(dest1) = Dallp1(src1); Dextallp2(dest2) = Dallp2(src2); \
|