Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/crypto/marvell/
Dcesa.c74 status = readl(engine->regs + CESA_SA_INT_STATUS); in mv_cesa_int()
84 writel(~status, engine->regs + CESA_SA_INT_STATUS); in mv_cesa_int()
480 writel(0, cesa->engines[i].regs + CESA_SA_INT_STATUS); in mv_cesa_probe()
Dcesa.h75 #define CESA_SA_INT_STATUS 0xde20 macro