Searched refs:dest1 (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/lib/
H A DNGcopy_from_user.S20 #define LOAD_TWIN(addr_reg,dest0,dest1) \
H A DNGmemcpy.S50 #define LOAD_TWIN(addr_reg,dest0,dest1) \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/math-emu/
H A Dmulti_arith.h135 #define fp_add64(dest1, dest2, src1, src2) ({ \
138 asm ("addx.l %1,%0" : "=d" (dest1) \
139 : "d" (src1), "0" (dest1)); \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/alchemy/common/
H A Ddbdma.c371 u32 cmd0, cmd1, src1, dest1; local
422 cmd0 = cmd1 = src1 = dest1 = 0;
504 * Set up dest1. For now, assume no stride and increment.
509 dest1 |= DSCR_DEST1_DTS(DSCR_xTS_SIZE1);
512 dest1 |= DSCR_DEST1_DTS(DSCR_xTS_SIZE2);
515 dest1 |= DSCR_DEST1_DTS(DSCR_xTS_SIZE4);
519 dest1 |= DSCR_DEST1_DTS(DSCR_xTS_SIZE8);
526 dest1 |= DSCR_DEST1_DAM(DSCR_xAM_BURST);
528 dest1 |= DSCR_DEST1_DAM(DSCR_xAM_STATIC);
540 dp->dscr_dest1 = dest1;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/msm/
H A Dmdp_ppp.c341 uint8 *dest1; local
343 dest1 = NULL;
349 dest1 = (uint8 *) iBuf->buf;
350 dest1 += iBuf->ibuf_width * iBuf->ibuf_height * iBuf->bpp;
357 return dest1;
574 uint8 *dest0, *dest1; local
597 dest1 = NULL;
1048 dest1 = mdp_get_chroma_addr(iBuf);
1054 mdp_adjust_start_addr(&dest0, &dest1, dv_slice, dh_slice,
1124 MDP_OUTP(MDP_CMD_DEBUG_ACCESS_BASE + 0x016c, dest1);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dch.c463 u_int dest1, u_int dest2, int rotate1, int rotate2)
468 src,dest1,dest2);
478 cmd[6] = (dest1 >> 8) & 0xff;
479 cmd[7] = dest1 & 0xff;
462 ch_exchange(scsi_changer *ch, u_int trans, u_int src, u_int dest1, u_int dest2, int rotate1, int rotate2) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/math-emu/
H A Dsgl_float.h337 #define Sgl_copyto_sglext(src1,dest1,dest2) \
338 Sextallp1(dest1) = Sall(src1); Sextallp2(dest2) = 0
H A Ddbl_float.h731 #define Dbl_copyto_dblext(src1,src2,dest1,dest2,dest3,dest4) \
732 Dextallp1(dest1) = Dallp1(src1); Dextallp2(dest2) = Dallp2(src2); \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/smbd/
H A Dreply.c4960 char *dest1,
4973 pstrcpy(dest,dest1);
4992 if (!map_open_params_to_ntcreate(dest1,0,ofun,
4958 copy_file(connection_struct *conn, char *src, char *dest1, int ofun, int count, BOOL target_is_directory) argument

Completed in 207 milliseconds