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

/linux-4.1.27/drivers/crypto/
H A Domap-des.c70 #define DES_REG_IRQ_ENABLE(dd) ((dd)->pdata->irq_enable_ofs) macro
416 omap_des_write(dd, DES_REG_IRQ_ENABLE(dd), 0x2); omap_des_crypt_dma()
908 omap_des_write(dd, DES_REG_IRQ_ENABLE(dd), 0x0); omap_des_irq()
938 omap_des_write(dd, DES_REG_IRQ_ENABLE(dd), 0x4); omap_des_irq()
941 omap_des_write(dd, DES_REG_IRQ_ENABLE(dd), 0x0); omap_des_irq()
978 omap_des_write(dd, DES_REG_IRQ_ENABLE(dd), 0x2); omap_des_irq()
1110 if (err && DES_REG_IRQ_STATUS(dd) && DES_REG_IRQ_ENABLE(dd)) { omap_des_probe()

Completed in 44 milliseconds