Searched refs:dest0 (Results 1 – 6 of 6) sorted by relevance
/linux/arch/sparc/lib/ |
A D | NGcopy_from_user.S | 21 #define LOAD_TWIN(addr_reg,dest0,dest1) \ argument 22 ldda [addr_reg] ASI_BLK_INIT_QUAD_LDD_AIUS, dest0
|
A D | NGmemcpy.S | 48 #define LOAD_TWIN(addr_reg,dest0,dest1) \ argument 49 ldda [addr_reg] ASI_BLK_INIT_QUAD_LDD_P, dest0
|
/linux/arch/mips/alchemy/common/ |
A D | dbdma.c | 395 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()
|
/linux/drivers/comedi/drivers/tests/ |
A D | ni_routes_test.c | 47 static const int bad_dest = O(8), dest0 = O(0), desti = O(5); variable 284 unittest(ni_find_route_set(dest0, &DR) == &DR.routes[0], in test_ni_find_route_set()
|
/linux/sound/pci/au88x0/ |
A D | au88x0.h | 250 unsigned char source, unsigned char dest0,
|
A D | au88x0_core.c | 1748 unsigned char source, unsigned char dest0, unsigned char dest1) 1752 route[0] = ((source & ADB_MASK) << ADB_SHIFT) | (dest0 & ADB_MASK);
|
Completed in 16 milliseconds