Home
last modified time | relevance | path

Searched refs:sdest (Results 1 – 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/arch/m68k/lib/
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 = dest; in memmove() local
[all …]
/kernel/linux/linux-5.10/drivers/soc/fsl/dpio/
Ddpio.c172 u8 sdest) in dpio_set_stashing_destination() argument
180 dpio_cmd->sdest = sdest; in dpio_set_stashing_destination()
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()
Ddpio-cmd.h52 u8 sdest; member
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/
D0036_linux_drivers_staging.patch20991 +static void portal_config_pamu(struct qm_portal_config *pcfg, uint8_t sdest,
21060 + if (qman_set_sdest(pcfg->public_cfg.channel, sdest))
21097 + portal_config_pamu(mapping->qportal, arg->sdest,
21856 + converted.sdest = input.sdest;
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/
D0005_linux_include.patch8681 + uint8_t sdest;
8712 + uint8_t sdest;