Lines Matching full:tdma
271 /* TDMA descriptor flags */
284 * struct mv_cesa_tdma_desc - TDMA descriptor
288 * @next_dma: DMA address of the next TDMA descriptor
289 * @cur_dma: DMA address of this TDMA descriptor
290 * @next: pointer to the next TDMA descriptor
291 * @op: CESA operation attached to this TDMA descriptor
292 * @data: raw data attached to this TDMA descriptor
293 * @flags: flags describing the TDMA transfer. See the
294 * "TDMA descriptor flags" section above
296 * TDMA descriptor used to create a transfer chain describing a crypto
328 * Iterator used to iterate over a scatterlist while creating a TDMA chain for
345 * Iterator used to create a TDMA chain for a given crypto operation.
354 * struct mv_cesa_tdma_chain - TDMA chain
355 * @first: first entry in the TDMA chain
356 * @last: last entry in the TDMA chain
358 * Stores a TDMA chain for a specific crypto operation.
370 * @has_tdma: whether this device has a TDMA block
389 * @tdma_desc_pool: TDMA desc pool
437 * @max_req_len: maximum chunk length (useful to create the TDMA chain)
443 * @chain: list of the current tdma descriptors being processed
533 * @chain: list of tdma descriptors associated with this request
785 /* TDMA functions */