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

/linux-4.1.27/drivers/crypto/
H A Domap-des.c192 #define omap_des_write(dd, offset, value) \ macro
194 pr_err("omap_des_write(" #offset "=%#x) value=%#x\n", \
199 static inline void omap_des_write(struct omap_des_dev *dd, u32 offset, omap_des_write() function
214 omap_des_write(dd, offset, val); omap_des_write_mask()
221 omap_des_write(dd, offset, *value); omap_des_write_n()
262 omap_des_write(dd, DES_REG_KEY(dd, i), omap_des_write_ctrl()
287 omap_des_write(dd, DES_REG_LENGTH_N(0), length); omap_des_dma_trigger_omap4()
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()
917 omap_des_write(dd, DES_REG_DATA_N(dd, i), *src); omap_des_irq()
935 omap_des_write(dd, DES_REG_IRQ_STATUS(dd), status); 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()
971 omap_des_write(dd, DES_REG_IRQ_STATUS(dd), status); omap_des_irq()
978 omap_des_write(dd, DES_REG_IRQ_ENABLE(dd), 0x2); omap_des_irq()

Completed in 48 milliseconds