Home
last modified time | relevance | path

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

/openbmc/linux/drivers/crypto/starfive/
H A Djh7110-aes.c32 #define STARFIVE_AES_IV1 (STARFIVE_AES_REGS_OFFSET + 0x2C) macro
146 writel(iv[1], cryp->base + STARFIVE_AES_IV1); in starfive_aes_write_iv()
164 iv[1] = readl(cryp->base + STARFIVE_AES_IV1); in starfive_aes_get_iv()