Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/crypto/marvell/cesa/
Dcesa.c125 status = readl(engine->regs + CESA_SA_INT_STATUS); in mv_cesa_int()
135 writel(~status, engine->regs + CESA_SA_INT_STATUS); in mv_cesa_int()
538 writel(0, engine->regs + CESA_SA_INT_STATUS); in mv_cesa_probe()
Dcesa.h75 #define CESA_SA_INT_STATUS 0xde20 macro