Home
last modified time | relevance | path

Searched refs:sg (Results 1 – 10 of 10) sorted by relevance

/rk3399_rockchip-uboot/include/
H A Dspi-mem.h215 struct sg_table *sg);
219 struct sg_table *sg);
224 struct sg_table *sg) in spi_controller_dma_map_mem_op_data() argument
232 struct sg_table *sg) in spi_controller_dma_unmap_mem_op_data() argument
/rk3399_rockchip-uboot/arch/arm/dts/
H A Dzynqmp-zc1751-xm019-dc5.dts44 xlnx,include-sg; /* for testing purpose */
62 xlnx,include-sg; /* for testing purpose */
71 xlnx,include-sg; /* for testing purpose */
80 xlnx,include-sg; /* for testing purpose */
H A Dzynqmp-zc1751-xm018-dc4.dts61 xlnx,include-sg; /* for testing purpose */
79 xlnx,include-sg; /* for testing purpose */
88 xlnx,include-sg; /* for testing purpose */
97 xlnx,include-sg; /* for testing purpose */
H A Dzynqmp-zc1751-xm016-dc2.dts56 xlnx,include-sg; /* for testing purpose */
74 xlnx,include-sg; /* for testing purpose */
83 xlnx,include-sg; /* for testing purpose */
92 xlnx,include-sg; /* for testing purpose */
H A Dzynqmp-zc1751-xm015-dc1.dts46 xlnx,include-sg; /* for testing purpose */
64 xlnx,include-sg; /* for testing purpose */
73 xlnx,include-sg; /* for testing purpose */
82 xlnx,include-sg; /* for testing purpose */
H A Dzynqmp-zcu102-revA.dts80 xlnx,include-sg; /* for testing purpose */
98 xlnx,include-sg; /* for testing purpose */
107 xlnx,include-sg; /* for testing purpose */
116 xlnx,include-sg; /* for testing purpose */
/rk3399_rockchip-uboot/drivers/crypto/rockchip/
H A Dcrypto_ce.c346 memset(&td->sg, 0x00, sizeof(*td->sg)); in rk_sha_update()
355 td->sg[0].src_addr_h = rkce_cma_virt2phys(input) >> 32; in rk_sha_update()
357 td->sg[0].src_addr_l = rkce_cma_virt2phys(input) & 0xffffffff; in rk_sha_update()
358 td->sg[0].src_size = len; in rk_sha_update()
730 memset(td->sg, 0x00, sizeof(td->sg)); in rk_set_symm_td_sg()
733 td->sg[0].src_addr_h = rkce_cma_virt2phys(in) >> 32; in rk_set_symm_td_sg()
735 td->sg[0].src_addr_l = rkce_cma_virt2phys(in) & 0xffffffff; in rk_set_symm_td_sg()
736 td->sg[0].src_size = in_len; in rk_set_symm_td_sg()
740 td->sg[0].dst_addr_h = rkce_cma_virt2phys(out) >> 32; in rk_set_symm_td_sg()
742 td->sg[0].dst_addr_l = rkce_cma_virt2phys(out) & 0xffffffff; in rk_set_symm_td_sg()
[all …]
/rk3399_rockchip-uboot/include/rockchip/
H A Drkce_core.h260 struct rkce_sg_info sg[RKCE_TD_SG_NUM]; member
278 struct rkce_sg_info sg[RKCE_TD_SG_NUM]; member
296 struct rkce_sg_info sg[RKCE_TD_SG_NUM]; member
/rk3399_rockchip-uboot/include/linux/mtd/
H A Dubi.h132 struct scatterlist sg[UBI_MAX_SG_COUNT]; member
/rk3399_rockchip-uboot/drivers/mtd/ubi/
H A Deba.c498 struct scatterlist *sg; in ubi_eba_read_leb_sg() local
502 sg = &sgl->sg[sgl->list_pos]; in ubi_eba_read_leb_sg()
503 if (len < sg->length - sgl->page_pos) in ubi_eba_read_leb_sg()
506 to_read = sg->length - sgl->page_pos; in ubi_eba_read_leb_sg()
509 sg_virt(sg) + sgl->page_pos, offset, in ubi_eba_read_leb_sg()
518 if (sgl->page_pos == sg->length) { in ubi_eba_read_leb_sg()