Searched refs:crc4 (Results 1 – 8 of 8) sorted by relevance
| /linux/lib/crc/ |
| H A D | crc4.c | 26 uint8_t crc4(uint8_t c, uint64_t x, int bits) in crc4() function 42 EXPORT_SYMBOL_GPL(crc4);
|
| H A D | Makefile | 5 obj-$(CONFIG_CRC4) += crc4.o
|
| H A D | Kconfig | 9 the functions from <linux/crc4.h>.
|
| /linux/include/linux/ |
| H A D | crc4.h | 7 extern uint8_t crc4(uint8_t c, uint64_t x, int bits);
|
| /linux/drivers/fsi/ |
| H A D | fsi-master-gpio.c | 177 crc = crc4(0, 1 << top | msg->msg >> (msg->bits - top), top + 1); in msg_push_crc() 180 crc = crc4(crc, msg->msg, msg->bits - top); in msg_push_crc() 378 crc = crc4(0, 1, 1); in read_one_response() 379 crc = crc4(crc, msg.msg, msg.bits); in read_one_response()
|
| H A D | fsi-master-ast-cf.c | 145 crc = crc4(0, 1 << top | msg->msg >> (msg->bits - top), top + 1); in msg_push_crc() 148 crc = crc4(crc, msg->msg, msg->bits - top); in msg_push_crc() 389 crc = crc4(0, 1, 1); in read_copro_response() 390 crc = crc4(crc, rtag, 4); in read_copro_response() 393 crc = crc4(crc, rdata, size); in read_copro_response() 397 crc = crc4(crc, rcrc, 4); in read_copro_response()
|
| H A D | fsi-core.c | 470 crc = crc4(0, conf, 32); in fsi_slave_scan() 1003 crc = crc4(0, cfam_id, 32); in fsi_slave_init()
|
| /linux/Documentation/translations/zh_CN/core-api/ |
| H A D | kernel-api.rst | 138 lib/crc4.c
|