Searched refs:dest0 (Results 1 – 6 of 6) sorted by relevance
/linux/arch/sparc/lib/ |
H 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
|
H A D | NGmemcpy.S | 47 #define LOAD_TWIN(addr_reg,dest0,dest1) \ argument 48 ldda [addr_reg] ASI_BLK_INIT_QUAD_LDD_P, dest0
|
/linux/arch/mips/alchemy/common/ |
H A D | dbdma.c | 396 u32 src0, dest0; in au1xxx_dbdma_ring_alloc() local 447 src0 = dest0 = 0; in au1xxx_dbdma_ring_alloc() 556 dest0 = dtp->dev_physaddr; in au1xxx_dbdma_ring_alloc() 562 src1, dest0, dest1); in au1xxx_dbdma_ring_alloc() 569 dp->dscr_dest0 = dest0; in au1xxx_dbdma_ring_alloc()
|
/linux/drivers/comedi/drivers/tests/ |
H 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/ |
H A D | au88x0.h | 250 unsigned char source, unsigned char dest0,
|
H 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);
|