Home
last modified time | relevance | path

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

/openbmc/linux/drivers/fsi/
H A DKconfig9 select CRC4
34 select CRC4
/openbmc/linux/lib/
H A DKconfig248 config CRC4 config
249 tristate "CRC4 functions"
252 modules require CRC4 functions, but a module built outside
253 the kernel tree does. Such modules that use library CRC4
/openbmc/u-boot/lib/zlib/
H A Dinflate.c167 # define CRC4(check, word) \ macro
428 if (state->flags & 0x0200) CRC4(state->check, hold); in inflate()