Lines Matching refs:omap_des_write
191 #define omap_des_write(dd, offset, value) \
193 pr_err("omap_des_write(" #offset "=%#x) value=%#x\n", \
198 static inline void omap_des_write(struct omap_des_dev *dd, u32 offset,
213 omap_des_write(dd, offset, val);
220 omap_des_write(dd, offset, *value);
261 omap_des_write(dd, DES_REG_KEY(dd, i),
286 omap_des_write(dd, DES_REG_LENGTH_N(0), length);
393 omap_des_write(dd, DES_REG_IRQ_ENABLE(dd), 0x2);
844 omap_des_write(dd, DES_REG_IRQ_ENABLE(dd), 0x0);
853 omap_des_write(dd, DES_REG_DATA_N(dd, i), *src);
871 omap_des_write(dd, DES_REG_IRQ_STATUS(dd), status);
874 omap_des_write(dd, DES_REG_IRQ_ENABLE(dd), 0x4);
877 omap_des_write(dd, DES_REG_IRQ_ENABLE(dd), 0x0);
907 omap_des_write(dd, DES_REG_IRQ_STATUS(dd), status);
914 omap_des_write(dd, DES_REG_IRQ_ENABLE(dd), 0x2);