Home
last modified time | relevance | path

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

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