Home
last modified time | relevance | path

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

/linux/drivers/mmc/host/
H A Drenesas_sdhi_sys_dmac.c158 struct scatterlist *sg = host->sg_ptr, *sg_tmp; in renesas_sdhi_sys_dmac_start_dma_rx() local
166 for_each_sg(sg, sg_tmp, host->sg_len, i) { in renesas_sdhi_sys_dmac_start_dma_rx()
167 if (sg_tmp->offset & align) in renesas_sdhi_sys_dmac_start_dma_rx()
169 if (sg_tmp->length & align) { in renesas_sdhi_sys_dmac_start_dma_rx()
230 struct scatterlist *sg = host->sg_ptr, *sg_tmp; in renesas_sdhi_sys_dmac_start_dma_tx() local
238 for_each_sg(sg, sg_tmp, host->sg_len, i) { in renesas_sdhi_sys_dmac_start_dma_tx()
239 if (sg_tmp->offset & align) in renesas_sdhi_sys_dmac_start_dma_tx()
241 if (sg_tmp->length & align) { in renesas_sdhi_sys_dmac_start_dma_tx()
/linux/drivers/memstick/core/
H A Dms_block.c1610 struct scatterlist sg_tmp[10]; in msb_cache_write() local
1637 sg_init_table(sg_tmp, ARRAY_SIZE(sg_tmp)); in msb_cache_write()
1638 msb_sg_copy(sg, sg_tmp, ARRAY_SIZE(sg_tmp), offset, msb->page_size); in msb_cache_write()
1640 sg_copy_to_buffer(sg_tmp, sg_nents(sg_tmp), in msb_cache_write()
1651 struct scatterlist sg_tmp[10]; in msb_cache_read() local
1660 sg_init_table(sg_tmp, ARRAY_SIZE(sg_tmp)); in msb_cache_read()
1661 msb_sg_copy(sg, sg_tmp, ARRAY_SIZE(sg_tmp), in msb_cache_read()
1663 sg_copy_from_buffer(sg_tmp, sg_nents(sg_tmp), in msb_cache_read()
/linux/drivers/crypto/intel/keembay/
H A Docs-aes.c1424 struct scatterlist *sg_tmp; in ocs_create_linked_list_from_sg() local
1453 sg_tmp = sg; in ocs_create_linked_list_from_sg()
1456 if (!sg_tmp) in ocs_create_linked_list_from_sg()
1458 tmp += sg_dma_len(sg_tmp); in ocs_create_linked_list_from_sg()
1460 sg_tmp = sg_next(sg_tmp); in ocs_create_linked_list_from_sg()
/linux/drivers/crypto/
H A Ds5p-sss.c1141 struct scatterlist *sg_tmp = sg; in s5p_hash_prepare_sgs() local
1149 while (nbytes > 0 && sg_tmp) { in s5p_hash_prepare_sgs()
1151 if (skip >= sg_tmp->length) { in s5p_hash_prepare_sgs()
1152 skip -= sg_tmp->length; in s5p_hash_prepare_sgs()
1153 if (!sg_tmp->length) { in s5p_hash_prepare_sgs()
1158 if (!IS_ALIGNED(sg_tmp->length - skip, BUFLEN)) { in s5p_hash_prepare_sgs()
1163 if (nbytes < sg_tmp->length - skip) { in s5p_hash_prepare_sgs()
1168 nbytes -= sg_tmp->length - skip; in s5p_hash_prepare_sgs()
1172 sg_tmp = sg_next(sg_tmp); in s5p_hash_prepare_sgs()
H A Domap-sham.c730 struct scatterlist *sg_tmp = sg; in omap_sham_align_sgs() local
763 while (nbytes > 0 && sg_tmp) { in omap_sham_align_sgs()
780 if (page_zonenum(sg_page(sg_tmp)) != ZONE_DMA) { in omap_sham_align_sgs()
786 if (offset < sg_tmp->length) { in omap_sham_align_sgs()
787 if (!IS_ALIGNED(offset + sg_tmp->offset, 4)) { in omap_sham_align_sgs()
792 if (!IS_ALIGNED(sg_tmp->length - offset, bs)) { in omap_sham_align_sgs()
799 offset -= sg_tmp->length; in omap_sham_align_sgs()
805 nbytes -= sg_tmp->length; in omap_sham_align_sgs()
808 sg_tmp = sg_next(sg_tmp); in omap_sham_align_sgs()
/linux/drivers/crypto/stm32/
H A Dstm32-hash.c1141 struct scatterlist *sg_tmp = sg; in stm32_hash_align_sgs() local
1189 while (nbytes > 0 && sg_tmp) { in stm32_hash_align_sgs()
1205 if (offset < sg_tmp->length) { in stm32_hash_align_sgs()
1206 if (!IS_ALIGNED(offset + sg_tmp->offset, 4)) { in stm32_hash_align_sgs()
1211 if (!IS_ALIGNED(sg_tmp->length - offset, bs)) { in stm32_hash_align_sgs()
1218 offset -= sg_tmp->length; in stm32_hash_align_sgs()
1224 nbytes -= sg_tmp->length; in stm32_hash_align_sgs()
1227 sg_tmp = sg_next(sg_tmp); in stm32_hash_align_sgs()