Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/crypto/stm32/
Dstm32-crc32.c27 #define CRC_DR 0x00000000 macro
137 ctx->partial = readl_relaxed(crc->regs + CRC_DR); in stm32_crc_init()
186 writeb_relaxed(*d8++, crc->regs + CRC_DR); in burst_update()
195 writel_relaxed(*((u32 *)d8), crc->regs + CRC_DR); in burst_update()
202 writeb_relaxed(*d8++, crc->regs + CRC_DR); in burst_update()
206 ctx->partial = readl_relaxed(crc->regs + CRC_DR); in burst_update()