Searched refs:omap_des_write (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/ |
H A D | omap-des.c | 191 #define omap_des_write(dd, offset, value) \ macro 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, 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() 261 omap_des_write(dd, DES_REG_KEY(dd, i), in omap_des_write_ctrl() 286 omap_des_write(dd, DES_REG_LENGTH_N(0), length); in omap_des_dma_trigger_omap4() 393 omap_des_write(dd, DES_REG_IRQ_ENABLE(dd), 0x2); in omap_des_crypt_dma() 844 omap_des_write(dd, DES_REG_IRQ_ENABLE(dd), 0x0); in omap_des_irq() 853 omap_des_write(d in omap_des_irq() [all...] |
/kernel/linux/linux-6.6/drivers/crypto/ |
H A D | omap-des.c | 186 #define omap_des_write(dd, offset, value) \ macro 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, in omap_des_write() function 208 omap_des_write(dd, offset, val); in omap_des_write_mask() 215 omap_des_write(dd, offset, *value); in omap_des_write_n() 255 omap_des_write(dd, DES_REG_KEY(dd, i), in omap_des_write_ctrl() 280 omap_des_write(dd, DES_REG_LENGTH_N(0), length); in omap_des_dma_trigger_omap4() 387 omap_des_write(dd, DES_REG_IRQ_ENABLE(dd), 0x2); in omap_des_crypt_dma() 835 omap_des_write(dd, DES_REG_IRQ_ENABLE(dd), 0x0); in omap_des_irq() 844 omap_des_write(d in omap_des_irq() [all...] |
Completed in 4 milliseconds