Searched refs:mtk_sha_write (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/crypto/mediatek/ |
| H A D | mtk-sha.c | 132 static inline void mtk_sha_write(struct mtk_cryp *cryp, in mtk_sha_write() function 462 mtk_sha_write(cryp, RDR_PREP_COUNT(sha->id), MTK_DESC_CNT(count)); in mtk_sha_xmit() 463 mtk_sha_write(cryp, CDR_PREP_COUNT(sha->id), MTK_DESC_CNT(count)); in mtk_sha_xmit() 1188 mtk_sha_write(cryp, RDR_STAT(sha->id), val); in mtk_sha_irq() 1191 mtk_sha_write(cryp, RDR_PROC_COUNT(sha->id), MTK_CNT_RST); in mtk_sha_irq() 1192 mtk_sha_write(cryp, RDR_THRESH(sha->id), in mtk_sha_irq() 1319 mtk_sha_write(cryp, AIC_ENABLE_SET(MTK_RING2), MTK_IRQ_RDR2); in mtk_hash_alg_register() 1320 mtk_sha_write(cryp, AIC_ENABLE_SET(MTK_RING3), MTK_IRQ_RDR3); in mtk_hash_alg_register()
|