Searched refs:DCP_MAX_CHANS (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/crypto/
H A Dmxs-dcp.c29 #define DCP_MAX_CHANS 4 macro
54 struct dcp_dma_desc desc[DCP_MAX_CHANS];
65 struct completion completion[DCP_MAX_CHANS];
66 struct mutex mutex[DCP_MAX_CHANS];
67 struct task_struct *thread[DCP_MAX_CHANS];
68 struct crypto_queue queue[DCP_MAX_CHANS];
893 for (i = 0; i < DCP_MAX_CHANS; i++) mxs_dcp_irq()
978 for (i = 0; i < DCP_MAX_CHANS; i++) mxs_dcp_probe()
986 for (i = 0; i < DCP_MAX_CHANS; i++) { mxs_dcp_probe()

Completed in 76 milliseconds