Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/mtd/ubi/
H A Dcrc32.c454 init = bitrev32(init); in test_step()
455 crc2 = bitrev32(crc1); in test_step()
456 if (crc1 != bitrev32(crc2)) in test_step()
458 crc1, crc2, bitrev32(crc2)); in test_step()
/openbmc/u-boot/include/linux/
H A Dbitrev.h74 #define bitrev32(x) \ macro