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