Searched refs:dest0 (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/arch/sparc/lib/ |
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
|
D | NGmemcpy.S | 48 #define LOAD_TWIN(addr_reg,dest0,dest1) \ argument 49 ldda [addr_reg] ASI_BLK_INIT_QUAD_LDD_P, dest0
|
/Linux-v4.19/arch/mips/alchemy/common/ |
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-v4.19/sound/pci/au88x0/ |
D | au88x0.h | 262 unsigned char source, unsigned char dest0,
|
D | au88x0_core.c | 1754 unsigned char source, unsigned char dest0, unsigned char dest1) 1758 route[0] = ((source & ADB_MASK) << ADB_SHIFT) | (dest0 & ADB_MASK);
|