Lines Matching refs:omap_des_write
186 #define omap_des_write(dd, offset, value) \
188 pr_err("omap_des_write(" #offset "=%#x) value=%#x\n", \
193 static inline void omap_des_write(struct omap_des_dev *dd, u32 offset,
208 omap_des_write(dd, offset, val);
215 omap_des_write(dd, offset, *value);
255 omap_des_write(dd, DES_REG_KEY(dd, i),
280 omap_des_write(dd, DES_REG_LENGTH_N(0), length);
387 omap_des_write(dd, DES_REG_IRQ_ENABLE(dd), 0x2);
835 omap_des_write(dd, DES_REG_IRQ_ENABLE(dd), 0x0);
844 omap_des_write(dd, DES_REG_DATA_N(dd, i), *src);
862 omap_des_write(dd, DES_REG_IRQ_STATUS(dd), status);
865 omap_des_write(dd, DES_REG_IRQ_ENABLE(dd), 0x4);
868 omap_des_write(dd, DES_REG_IRQ_ENABLE(dd), 0x0);
898 omap_des_write(dd, DES_REG_IRQ_STATUS(dd), status);
905 omap_des_write(dd, DES_REG_IRQ_ENABLE(dd), 0x2);