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

/linux-master/drivers/crypto/intel/keembay/
H A Docs-aes.c408 static int ocs_aes_irq_enable_and_wait(struct ocs_aes_dev *aes_dev, u8 irq) function
859 rc = ocs_aes_irq_enable_and_wait(aes_dev, AES_COMPLETE_INT);
987 rc = ocs_aes_irq_enable_and_wait(aes_dev, AES_DMA_SRC_DONE_INT);
1013 rc = ocs_aes_irq_enable_and_wait(aes_dev, AES_COMPLETE_INT);
1188 rc = ocs_aes_irq_enable_and_wait(aes_dev, AES_DMA_SRC_DONE_INT);
1226 return ocs_aes_irq_enable_and_wait(aes_dev, AES_COMPLETE_INT);
1260 return ocs_aes_irq_enable_and_wait(aes_dev, AES_DMA_SRC_DONE_INT);
1394 rc = ocs_aes_irq_enable_and_wait(aes_dev, AES_COMPLETE_INT);

Completed in 124 milliseconds