Lines Matching refs:dst
466 static void smd_copy_to_fifo(void __iomem *dst,
472 __iowrite32_copy(dst, src, count / sizeof(u32));
474 memcpy_toio(dst, src, count);
481 static void smd_copy_from_fifo(void *dst,
487 __ioread32_copy(dst, src, count / sizeof(u32));
489 memcpy_fromio(dst, src, count);
977 static int qcom_smd_sendto(struct rpmsg_endpoint *ept, void *data, int len, u32 dst)
984 static int qcom_smd_trysendto(struct rpmsg_endpoint *ept, void *data, int len, u32 dst)
1094 rpdev->dst = RPMSG_ADDR_ANY;
1328 chinfo.dst = RPMSG_ADDR_ANY;