/kernel/linux/linux-5.10/arch/mips/alchemy/common/ |
H A D | dbdma.c | 394 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 D | dbdma.c | 395 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 D | string_func_test_03.c | 182 char dest1[] = {"H"}; variable 184 retValue = strcspn(source, dest1);
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | eswitch_offloads_termtbl.c | 42 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 D | eswitch_offloads_termtbl.c | 42 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 D | NGcopy_from_user.S | 21 #define LOAD_TWIN(addr_reg,dest0,dest1) \
|
H A D | NGmemcpy.S | 48 #define LOAD_TWIN(addr_reg,dest0,dest1) \
|
/kernel/linux/linux-6.6/arch/sparc/lib/ |
H A D | NGcopy_from_user.S | 21 #define LOAD_TWIN(addr_reg,dest0,dest1) \
|
H A D | NGmemcpy.S | 47 #define LOAD_TWIN(addr_reg,dest0,dest1) \
|
/kernel/linux/linux-5.10/arch/m68k/math-emu/ |
H A D | multi_arith.h | 133 #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 D | multi_arith.h | 133 #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 D | ch.c | 462 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 D | ch.c | 464 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 D | sgl_float.h | 324 #define Sgl_copyto_sglext(src1,dest1,dest2) \ 325 Sextallp1(dest1) = Sall(src1); Sextallp2(dest2) = 0
|
H A D | dbl_float.h | 718 #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 D | sgl_float.h | 324 #define Sgl_copyto_sglext(src1,dest1,dest2) \ 325 Sextallp1(dest1) = Sall(src1); Sextallp2(dest2) = 0
|
H A D | dbl_float.h | 718 #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 D | au88x0.h | 251 unsigned char dest1);
|
H A D | au88x0_core.c | 1748 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 D | au88x0.h | 251 unsigned char dest1);
|
H A D | au88x0_core.c | 1748 unsigned char source, unsigned char dest0, unsigned char dest1) 1753 route[1] = ((source & ADB_MASK) << ADB_SHIFT) | (dest1 & ADB_MASK);
|