HomeSort by relevance Sort by last modified time
    Searched refs:append_cmd_ptr (Results 1 - 2 of 2) sorted by null

  /external/u-boot/drivers/crypto/fsl/
desc_constr.h 163 static inline void append_cmd_ptr(u32 *desc, dma_addr_t ptr, int len, function
228 #define APPEND_CMD_PTR(cmd, op) \
233 append_cmd_ptr(desc, ptr, len, CMD_##op | options); \
235 APPEND_CMD_PTR(key, KEY)
236 APPEND_CMD_PTR(load, LOAD)
237 APPEND_CMD_PTR(fifo_load, FIFO_LOAD)
238 APPEND_CMD_PTR(fifo_store, FIFO_STORE)
266 append_cmd_ptr(desc, ptr, len, CMD_SEQ_##op##_PTR | options); \
jobdesc.c 164 append_cmd_ptr(desc, (dma_addr_t)SEC_MEM_PAGE1, in_sz, CMD_SEQ_IN_PTR);
166 append_cmd_ptr(desc, (dma_addr_t)dek_blob + 8, out_sz, CMD_SEQ_OUT_PTR);

Completed in 44 milliseconds