Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/platform/stm32/
Dcrc.c50 static struct StmCrcRegs *mCrcRegs = (struct StmCrcRegs *)CRC_BASE; variable
61 if (mCrcRegs->DR == crc) in crc32()
64 mCrcRegs->CR = STM_CRC_CR_RESET; in crc32()
66 mCrcRegs->DR = revCrc32Word(crc, mCrcRegs->DR, 8); in crc32()
69 mCrcRegs->DR = words[i]; in crc32()
77 mCrcRegs->DR = word; in crc32()
80 crc = mCrcRegs->DR; in crc32()