dest1 133 arch/m68k/math-emu/multi_arith.h #define fp_add64(dest1, dest2, src1, src2) ({ \ dest1 136 arch/m68k/math-emu/multi_arith.h asm ("addx.l %1,%0" : "=d" (dest1) \ dest1 137 arch/m68k/math-emu/multi_arith.h : "d" (src1), "0" (dest1)); \ dest1 394 arch/mips/alchemy/common/dbdma.c u32 cmd0, cmd1, src1, dest1; dest1 445 arch/mips/alchemy/common/dbdma.c cmd0 = cmd1 = src1 = dest1 = 0; dest1 532 arch/mips/alchemy/common/dbdma.c dest1 |= DSCR_DEST1_DTS(DSCR_xTS_SIZE1); dest1 535 arch/mips/alchemy/common/dbdma.c dest1 |= DSCR_DEST1_DTS(DSCR_xTS_SIZE2); dest1 538 arch/mips/alchemy/common/dbdma.c dest1 |= DSCR_DEST1_DTS(DSCR_xTS_SIZE4); dest1 542 arch/mips/alchemy/common/dbdma.c dest1 |= DSCR_DEST1_DTS(DSCR_xTS_SIZE8); dest1 549 arch/mips/alchemy/common/dbdma.c dest1 |= DSCR_DEST1_DAM(DSCR_xAM_BURST); dest1 551 arch/mips/alchemy/common/dbdma.c dest1 |= DSCR_DEST1_DAM(DSCR_xAM_STATIC); dest1 561 arch/mips/alchemy/common/dbdma.c src1, dest0, dest1); dest1 569 arch/mips/alchemy/common/dbdma.c dp->dscr_dest1 = dest1; dest1 718 arch/parisc/math-emu/dbl_float.h #define Dbl_copyto_dblext(src1,src2,dest1,dest2,dest3,dest4) \ dest1 719 arch/parisc/math-emu/dbl_float.h Dextallp1(dest1) = Dallp1(src1); Dextallp2(dest2) = Dallp2(src2); \ dest1 324 arch/parisc/math-emu/sgl_float.h #define Sgl_copyto_sglext(src1,dest1,dest2) \ dest1 325 arch/parisc/math-emu/sgl_float.h Sextallp1(dest1) = Sall(src1); Sextallp2(dest2) = 0 dest1 36 drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads_termtbl.c struct mlx5_flow_destination *dest1, dest1 41 drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads_termtbl.c dest1->vport.num != dest2->vport.num || dest1 42 drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads_termtbl.c dest1->vport.vhca_id != dest2->vport.vhca_id || dest1 463 drivers/scsi/ch.c u_int dest1, u_int dest2, int rotate1, int rotate2) dest1 468 drivers/scsi/ch.c src,dest1,dest2); dest1 478 drivers/scsi/ch.c cmd[6] = (dest1 >> 8) & 0xff; dest1 479 drivers/scsi/ch.c cmd[7] = dest1 & 0xff; dest1 251 sound/pci/au88x0/au88x0.h unsigned char dest1); dest1 1748 sound/pci/au88x0/au88x0_core.c unsigned char source, unsigned char dest0, unsigned char dest1) dest1 1753 sound/pci/au88x0/au88x0_core.c route[1] = ((source & ADB_MASK) << ADB_SHIFT) | (dest1 & ADB_MASK);