Home
last modified time | relevance | path

Searched refs:dest0 (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/arch/sparc/lib/
H A DNGcopy_from_user.S21 #define LOAD_TWIN(addr_reg,dest0,dest1) \ argument
22 ldda [addr_reg] ASI_BLK_INIT_QUAD_LDD_AIUS, dest0
H A DNGmemcpy.S48 #define LOAD_TWIN(addr_reg,dest0,dest1) \ argument
49 ldda [addr_reg] ASI_BLK_INIT_QUAD_LDD_P, dest0
/OK3568_Linux_fs/u-boot/drivers/video/
H A Dcfb_console.c322 u8 *cdat, *dest, *dest0; in video_drawchars() local
326 dest0 = video_fb_address + offset; in video_drawchars()
334 for (rows = VIDEO_FONT_HEIGHT, dest = dest0; in video_drawchars()
349 dest0 += VIDEO_FONT_WIDTH * VIDEO_PIXEL_SIZE; in video_drawchars()
358 for (rows = VIDEO_FONT_HEIGHT, dest = dest0; in video_drawchars()
383 dest0 += VIDEO_FONT_WIDTH * VIDEO_PIXEL_SIZE; in video_drawchars()
392 for (rows = VIDEO_FONT_HEIGHT, dest = dest0; in video_drawchars()
417 dest0 += VIDEO_FONT_WIDTH * VIDEO_PIXEL_SIZE; in video_drawchars()
426 for (rows = VIDEO_FONT_HEIGHT, dest = dest0; in video_drawchars()
460 dest0 += VIDEO_FONT_WIDTH * VIDEO_PIXEL_SIZE; in video_drawchars()
[all …]
/OK3568_Linux_fs/kernel/arch/mips/alchemy/common/
H A Ddbdma.c395 u32 src0, dest0; in au1xxx_dbdma_ring_alloc() local
446 src0 = dest0 = 0; in au1xxx_dbdma_ring_alloc()
555 dest0 = dtp->dev_physaddr; in au1xxx_dbdma_ring_alloc()
561 src1, dest0, dest1); in au1xxx_dbdma_ring_alloc()
568 dp->dscr_dest0 = dest0; in au1xxx_dbdma_ring_alloc()
/OK3568_Linux_fs/kernel/drivers/staging/comedi/drivers/tests/
H A Dni_routes_test.c48 static const int bad_dest = O(8), dest0 = O(0), desti = O(5); variable
289 unittest(ni_find_route_set(dest0, &DR) == &DR.routes[0], in test_ni_find_route_set()
/OK3568_Linux_fs/kernel/sound/pci/au88x0/
H A Dau88x0.h250 unsigned char source, unsigned char dest0,
H A Dau88x0_core.c1748 unsigned char source, unsigned char dest0, unsigned char dest1)
1752 route[0] = ((source & ADB_MASK) << ADB_SHIFT) | (dest0 & ADB_MASK);