Lines Matching +full:num +full:- +full:addresses
1 /* SPDX-License-Identifier: GPL-2.0 */
3 * Copyright 2018-2020 Broadcom.
9 #include <linux/dma-mapping.h>
20 * [U32] num_sg = number of sg addresses (N)
23 * [U32] addr_l[0] = lower 32-bits of address0
24 * [U32] addr_h[0] = higher 32-bits of address0
26 * [U32] size[N-1] = size of data in addressN-1
27 * [U32] addr_l[N-1] = lower 32-bits of addressN-1
28 * [U32] addr_h[N-1] = higher 32-bits of addressN-1
45 * Scatter-gather DMA buffer API.
48 * scatter-gather list from userspace address and map the memory
55 int num);
57 int bcm_vk_sg_free(struct device *dev, struct bcm_vk_dma *dma, int num,