Lines Matching refs:omap_des_write
191 #define omap_des_write(dd, offset, value) \ macro
198 static inline void omap_des_write(struct omap_des_dev *dd, u32 offset, in omap_des_write() function
213 omap_des_write(dd, offset, val); in omap_des_write_mask()
220 omap_des_write(dd, offset, *value); in omap_des_write_n()
260 omap_des_write(dd, DES_REG_KEY(dd, i), in omap_des_write_ctrl()
285 omap_des_write(dd, DES_REG_LENGTH_N(0), length); in omap_des_dma_trigger_omap4()
392 omap_des_write(dd, DES_REG_IRQ_ENABLE(dd), 0x2); in omap_des_crypt_dma()
843 omap_des_write(dd, DES_REG_IRQ_ENABLE(dd), 0x0); in omap_des_irq()
852 omap_des_write(dd, DES_REG_DATA_N(dd, i), *src); in omap_des_irq()
870 omap_des_write(dd, DES_REG_IRQ_STATUS(dd), status); in omap_des_irq()
873 omap_des_write(dd, DES_REG_IRQ_ENABLE(dd), 0x4); in omap_des_irq()
876 omap_des_write(dd, DES_REG_IRQ_ENABLE(dd), 0x0); in omap_des_irq()
906 omap_des_write(dd, DES_REG_IRQ_STATUS(dd), status); in omap_des_irq()
913 omap_des_write(dd, DES_REG_IRQ_ENABLE(dd), 0x2); in omap_des_irq()