Home
last modified time | relevance | path

Searched refs:dest1 (Results 1 - 21 of 21) sorted by relevance

/kernel/linux/linux-5.10/arch/mips/alchemy/common/
H A Ddbdma.c394 u32 cmd0, cmd1, src1, dest1; in au1xxx_dbdma_ring_alloc() local
445 cmd0 = cmd1 = src1 = dest1 = 0; in au1xxx_dbdma_ring_alloc()
527 * Set up dest1. For now, assume no stride and increment. in au1xxx_dbdma_ring_alloc()
532 dest1 |= DSCR_DEST1_DTS(DSCR_xTS_SIZE1); in au1xxx_dbdma_ring_alloc()
535 dest1 |= DSCR_DEST1_DTS(DSCR_xTS_SIZE2); in au1xxx_dbdma_ring_alloc()
538 dest1 |= DSCR_DEST1_DTS(DSCR_xTS_SIZE4); in au1xxx_dbdma_ring_alloc()
542 dest1 |= DSCR_DEST1_DTS(DSCR_xTS_SIZE8); in au1xxx_dbdma_ring_alloc()
549 dest1 |= DSCR_DEST1_DAM(DSCR_xAM_BURST); in au1xxx_dbdma_ring_alloc()
551 dest1 |= DSCR_DEST1_DAM(DSCR_xAM_STATIC); in au1xxx_dbdma_ring_alloc()
559 "source1:%x dest0:%x dest1 in au1xxx_dbdma_ring_alloc()
[all...]
/kernel/linux/linux-6.6/arch/mips/alchemy/common/
H A Ddbdma.c395 u32 cmd0, cmd1, src1, dest1; in au1xxx_dbdma_ring_alloc() local
446 cmd0 = cmd1 = src1 = dest1 = 0; in au1xxx_dbdma_ring_alloc()
528 * Set up dest1. For now, assume no stride and increment. in au1xxx_dbdma_ring_alloc()
533 dest1 |= DSCR_DEST1_DTS(DSCR_xTS_SIZE1); in au1xxx_dbdma_ring_alloc()
536 dest1 |= DSCR_DEST1_DTS(DSCR_xTS_SIZE2); in au1xxx_dbdma_ring_alloc()
539 dest1 |= DSCR_DEST1_DTS(DSCR_xTS_SIZE4); in au1xxx_dbdma_ring_alloc()
543 dest1 |= DSCR_DEST1_DTS(DSCR_xTS_SIZE8); in au1xxx_dbdma_ring_alloc()
550 dest1 |= DSCR_DEST1_DAM(DSCR_xAM_BURST); in au1xxx_dbdma_ring_alloc()
552 dest1 |= DSCR_DEST1_DAM(DSCR_xAM_STATIC); in au1xxx_dbdma_ring_alloc()
560 "source1:%x dest0:%x dest1 in au1xxx_dbdma_ring_alloc()
[all...]
/kernel/liteos_m/testsuites/unittest/posix/src/string/
H A Dstring_func_test_03.c182 char dest1[] = {"H"}; variable
184 retValue = strcspn(source, dest1);
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/
H A Deswitch_offloads_termtbl.c42 struct mlx5_flow_destination *dest1, in mlx5_eswitch_termtbl_cmp()
49 dest1->vport.num != dest2->vport.num || in mlx5_eswitch_termtbl_cmp()
50 dest1->vport.vhca_id != dest2->vport.vhca_id || in mlx5_eswitch_termtbl_cmp()
41 mlx5_eswitch_termtbl_cmp(struct mlx5_flow_act *flow_act1, struct mlx5_flow_destination *dest1, struct mlx5_flow_act *flow_act2, struct mlx5_flow_destination *dest2) mlx5_eswitch_termtbl_cmp() argument
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/
H A Deswitch_offloads_termtbl.c42 struct mlx5_flow_destination *dest1, in mlx5_eswitch_termtbl_cmp()
49 dest1->vport.num != dest2->vport.num || in mlx5_eswitch_termtbl_cmp()
50 dest1->vport.vhca_id != dest2->vport.vhca_id || in mlx5_eswitch_termtbl_cmp()
41 mlx5_eswitch_termtbl_cmp(struct mlx5_flow_act *flow_act1, struct mlx5_flow_destination *dest1, struct mlx5_flow_act *flow_act2, struct mlx5_flow_destination *dest2) mlx5_eswitch_termtbl_cmp() argument
/kernel/linux/linux-5.10/arch/sparc/lib/
H A DNGcopy_from_user.S21 #define LOAD_TWIN(addr_reg,dest0,dest1) \
H A DNGmemcpy.S48 #define LOAD_TWIN(addr_reg,dest0,dest1) \
/kernel/linux/linux-6.6/arch/sparc/lib/
H A DNGcopy_from_user.S21 #define LOAD_TWIN(addr_reg,dest0,dest1) \
H A DNGmemcpy.S47 #define LOAD_TWIN(addr_reg,dest0,dest1) \
/kernel/linux/linux-5.10/arch/m68k/math-emu/
H A Dmulti_arith.h133 #define fp_add64(dest1, dest2, src1, src2) ({ \
136 asm ("addx.l %1,%0" : "=d" (dest1) \
137 : "d" (src1), "0" (dest1)); \
/kernel/linux/linux-6.6/arch/m68k/math-emu/
H A Dmulti_arith.h133 #define fp_add64(dest1, dest2, src1, src2) ({ \
136 asm ("addx.l %1,%0" : "=d" (dest1) \
137 : "d" (src1), "0" (dest1)); \
/kernel/linux/linux-5.10/drivers/scsi/
H A Dch.c462 u_int dest1, u_int dest2, int rotate1, int rotate2) in ch_exchange()
467 src,dest1,dest2); in ch_exchange()
477 cmd[6] = (dest1 >> 8) & 0xff; in ch_exchange()
478 cmd[7] = dest1 & 0xff; in ch_exchange()
461 ch_exchange(scsi_changer *ch, u_int trans, u_int src, u_int dest1, u_int dest2, int rotate1, int rotate2) ch_exchange() argument
/kernel/linux/linux-6.6/drivers/scsi/
H A Dch.c464 u_int dest1, u_int dest2, int rotate1, int rotate2) in ch_exchange()
469 src,dest1,dest2); in ch_exchange()
479 cmd[6] = (dest1 >> 8) & 0xff; in ch_exchange()
480 cmd[7] = dest1 & 0xff; in ch_exchange()
463 ch_exchange(scsi_changer *ch, u_int trans, u_int src, u_int dest1, u_int dest2, int rotate1, int rotate2) ch_exchange() argument
/kernel/linux/linux-5.10/arch/parisc/math-emu/
H A Dsgl_float.h324 #define Sgl_copyto_sglext(src1,dest1,dest2) \
325 Sextallp1(dest1) = Sall(src1); Sextallp2(dest2) = 0
H A Ddbl_float.h718 #define Dbl_copyto_dblext(src1,src2,dest1,dest2,dest3,dest4) \
719 Dextallp1(dest1) = Dallp1(src1); Dextallp2(dest2) = Dallp2(src2); \
/kernel/linux/linux-6.6/arch/parisc/math-emu/
H A Dsgl_float.h324 #define Sgl_copyto_sglext(src1,dest1,dest2) \
325 Sextallp1(dest1) = Sall(src1); Sextallp2(dest2) = 0
H A Ddbl_float.h718 #define Dbl_copyto_dblext(src1,src2,dest1,dest2,dest3,dest4) \
719 Dextallp1(dest1) = Dallp1(src1); Dextallp2(dest2) = Dallp2(src2); \
/kernel/linux/linux-5.10/sound/pci/au88x0/
H A Dau88x0.h251 unsigned char dest1);
H A Dau88x0_core.c1748 unsigned char source, unsigned char dest0, unsigned char dest1)
1753 route[1] = ((source & ADB_MASK) << ADB_SHIFT) | (dest1 & ADB_MASK);
/kernel/linux/linux-6.6/sound/pci/au88x0/
H A Dau88x0.h251 unsigned char dest1);
H A Dau88x0_core.c1748 unsigned char source, unsigned char dest0, unsigned char dest1)
1753 route[1] = ((source & ADB_MASK) << ADB_SHIFT) | (dest1 & ADB_MASK);

Completed in 20 milliseconds