Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/mtd/ubi/
H A Dcrc32defs.h14 #ifndef CRC_BE_BITS
15 # define CRC_BE_BITS 8 macro
30 #if CRC_BE_BITS > 8 || CRC_BE_BITS < 1 || CRC_BE_BITS & CRC_BE_BITS-1
31 # error CRC_BE_BITS must be a power of 2 between 1 and 8
H A Dcrc32.c159 #if CRC_BE_BITS == 1
181 # if CRC_BE_BITS == 8 in crc32_be()
227 # elif CRC_BE_BITS == 4 in crc32_be()
234 # elif CRC_BE_BITS == 2 in crc32_be()