Searched refs:dest1 (Results 1 – 5 of 5) sorted by relevance
/linux-2.4.37.9/drivers/video/ |
D | fbcon-afb.c | 286 u8 *dest, *dest0, *dest1, *expand; in fbcon_afb_putcs() local 300 dest1 = dest0++; in fbcon_afb_putcs() 309 dest = dest1; in fbcon_afb_putcs() 323 dest1 += p->next_plane; in fbcon_afb_putcs() 331 dest1 = dest0; in fbcon_afb_putcs() 341 dest = dest1; in fbcon_afb_putcs() 370 dest1 += p->next_plane; in fbcon_afb_putcs()
|
/linux-2.4.37.9/arch/mips/au1000/common/ |
D | dbdma.c | 354 u32 cmd0, cmd1, src1, dest1; in au1xxx_dbdma_ring_alloc() local 399 cmd0 = cmd1 = src1 = dest1 = 0; in au1xxx_dbdma_ring_alloc() 472 dest1 |= DSCR_DEST1_DTS(DSCR_xTS_SIZE1); in au1xxx_dbdma_ring_alloc() 475 dest1 |= DSCR_DEST1_DTS(DSCR_xTS_SIZE2); in au1xxx_dbdma_ring_alloc() 478 dest1 |= DSCR_DEST1_DTS(DSCR_xTS_SIZE4); in au1xxx_dbdma_ring_alloc() 482 dest1 |= DSCR_DEST1_DTS(DSCR_xTS_SIZE8); in au1xxx_dbdma_ring_alloc() 490 dest1 |= DSCR_DEST1_DAM(DSCR_xAM_STATIC); in au1xxx_dbdma_ring_alloc() 499 dp->dscr_dest1 = dest1; in au1xxx_dbdma_ring_alloc()
|
/linux-2.4.37.9/arch/m68k/math-emu/ |
D | multi_arith.h | 374 #define fp_add64(dest1, dest2, src1, src2) ({ \ argument 377 asm ("addx.l %1,%0" : "=d" (dest1) \ 378 : "d" (src1), "0" (dest1)); \
|
/linux-2.4.37.9/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); \
|