Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/crypto/
H A Dmxs-dcp.c25 #define DCP_MAX_CHANS 4 macro
66 struct dcp_dma_desc desc[DCP_MAX_CHANS];
77 struct completion completion[DCP_MAX_CHANS];
78 spinlock_t lock[DCP_MAX_CHANS];
79 struct task_struct *thread[DCP_MAX_CHANS];
80 struct crypto_queue queue[DCP_MAX_CHANS];
963 for (i = 0; i < DCP_MAX_CHANS; i++) in mxs_dcp_irq()
1058 for (i = 0; i < DCP_MAX_CHANS; i++) in mxs_dcp_probe()
1066 for (i = 0; i < DCP_MAX_CHANS; i++) { in mxs_dcp_probe()
/kernel/linux/linux-6.6/drivers/crypto/
H A Dmxs-dcp.c26 #define DCP_MAX_CHANS 4 macro
67 struct dcp_dma_desc desc[DCP_MAX_CHANS];
78 struct completion completion[DCP_MAX_CHANS];
79 spinlock_t lock[DCP_MAX_CHANS];
80 struct task_struct *thread[DCP_MAX_CHANS];
81 struct crypto_queue queue[DCP_MAX_CHANS];
964 for (i = 0; i < DCP_MAX_CHANS; i++) in mxs_dcp_irq()
1053 for (i = 0; i < DCP_MAX_CHANS; i++) in mxs_dcp_probe()
1061 for (i = 0; i < DCP_MAX_CHANS; i++) { in mxs_dcp_probe()

Completed in 4 milliseconds