Home
last modified time | relevance | path

Searched refs:sdest (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/arch/m68k/lib/
H A Dmemmove.c28 short *sdest = dest; in memmove() local
30 *sdest++ = *ssrc++; in memmove()
31 dest = sdest; in memmove()
47 short *sdest = dest; in memmove() local
49 *sdest++ = *ssrc++; in memmove()
50 dest = sdest; in memmove()
70 short *sdest = dest; in memmove() local
72 *--sdest = *--ssrc; in memmove()
73 dest = sdest; in memmove()
89 short *sdest in memmove() local
[all...]
/kernel/linux/linux-6.6/arch/m68k/lib/
H A Dmemmove.c28 short *sdest = dest; in memmove() local
30 *sdest++ = *ssrc++; in memmove()
31 dest = sdest; in memmove()
47 short *sdest = dest; in memmove() local
49 *sdest++ = *ssrc++; in memmove()
50 dest = sdest; in memmove()
70 short *sdest = dest; in memmove() local
72 *--sdest = *--ssrc; in memmove()
73 dest = sdest; in memmove()
89 short *sdest in memmove() local
[all...]
/kernel/linux/linux-5.10/drivers/soc/fsl/dpio/
H A Ddpio.c172 u8 sdest) in dpio_set_stashing_destination()
180 dpio_cmd->sdest = sdest; in dpio_set_stashing_destination()
169 dpio_set_stashing_destination(struct fsl_mc_io *mc_io, u32 cmd_flags, u16 token, u8 sdest) dpio_set_stashing_destination() argument
H A Ddpio-driver.c130 int sdest; in dpaa2_dpio_probe() local
187 sdest = dpaa2_dpio_get_cluster_sdest(dpio_dev, desc.cpu); in dpaa2_dpio_probe()
188 if (sdest >= 0) { in dpaa2_dpio_probe()
191 sdest); in dpaa2_dpio_probe()
H A Ddpio-cmd.h52 u8 sdest; member
/kernel/linux/linux-6.6/drivers/soc/fsl/dpio/
H A Ddpio.c173 u8 sdest) in dpio_set_stashing_destination()
181 dpio_cmd->sdest = sdest; in dpio_set_stashing_destination()
170 dpio_set_stashing_destination(struct fsl_mc_io *mc_io, u32 cmd_flags, u16 token, u8 sdest) dpio_set_stashing_destination() argument
H A Ddpio-driver.c129 int sdest; in dpaa2_dpio_probe() local
187 sdest = dpaa2_dpio_get_cluster_sdest(dpio_dev, desc.cpu); in dpaa2_dpio_probe()
188 if (sdest >= 0) { in dpaa2_dpio_probe()
191 sdest); in dpaa2_dpio_probe()
H A Ddpio-cmd.h55 u8 sdest; member

Completed in 4 milliseconds