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

/linux-4.1.27/drivers/crypto/
H A Domap-aes.c82 #define AES_REG_IRQ_ENABLE(dd) ((dd)->pdata->irq_enable_ofs) macro
432 omap_aes_write(dd, AES_REG_IRQ_ENABLE(dd), 0x2); omap_aes_crypt_dma()
992 omap_aes_write(dd, AES_REG_IRQ_ENABLE(dd), 0x0); omap_aes_irq()
1022 omap_aes_write(dd, AES_REG_IRQ_ENABLE(dd), 0x4); omap_aes_irq()
1025 omap_aes_write(dd, AES_REG_IRQ_ENABLE(dd), 0x0); omap_aes_irq()
1062 omap_aes_write(dd, AES_REG_IRQ_ENABLE(dd), 0x2); omap_aes_irq()
1221 if (err && AES_REG_IRQ_STATUS(dd) && AES_REG_IRQ_ENABLE(dd)) { omap_aes_probe()

Completed in 43 milliseconds