Home
last modified time | relevance | path

Searched refs:mtk_sha_write (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/drivers/crypto/mediatek/
Dmtk-sha.c132 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()
1191 mtk_sha_write(cryp, RDR_STAT(sha->id), val); in mtk_sha_irq()
1194 mtk_sha_write(cryp, RDR_PROC_COUNT(sha->id), MTK_CNT_RST); in mtk_sha_irq()
1195 mtk_sha_write(cryp, RDR_THRESH(sha->id), in mtk_sha_irq()
1322 mtk_sha_write(cryp, AIC_ENABLE_SET(MTK_RING2), MTK_IRQ_RDR2); in mtk_hash_alg_register()
1323 mtk_sha_write(cryp, AIC_ENABLE_SET(MTK_RING3), MTK_IRQ_RDR3); in mtk_hash_alg_register()