Searched refs:AIC_ENABLE_SET (Results 1 – 4 of 4) sorted by relevance
53 #define AIC_ENABLE_SET(x) (0xE00C - ((x) << 12)) macro
392 writel(0, cryp->base + AIC_ENABLE_SET(hw)); in mtk_aic_init()
1238 mtk_aes_write(cryp, AIC_ENABLE_SET(MTK_RING0), MTK_IRQ_RDR0); in mtk_cipher_alg_register()1239 mtk_aes_write(cryp, AIC_ENABLE_SET(MTK_RING1), MTK_IRQ_RDR1); in mtk_cipher_alg_register()
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()