| /OK3568_Linux_fs/u-boot/lib/ |
| H A D | .crc16.o.cmd | |
| H A D | crc16.su | |
| H A D | Makefile | 23 obj-y += crc16.o 77 obj-$(CONFIG_SPL_YMODEM_SUPPORT) += crc16.o
|
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | ddr_spd.c | 70 crc16(char *ptr, int count) in crc16() function 102 csum16 = crc16(p, len); in ddr3_spd_check() 127 csum16 = crc16(p, len); in ddr4_spd_check() 142 csum16 = crc16(p, len); in ddr4_spd_check()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/crypto/ |
| H A D | crc-vpmsum_test.c | 25 u16 crc16 = 0, verify16 = 0; in crc_test_init() local 89 crypto_shash_final(crct10dif_shash, (u8 *)(&crc16)); in crc_test_init() 93 if (crc16 != verify16) { in crc_test_init() 95 crc16, verify16, len); in crc_test_init()
|
| /OK3568_Linux_fs/kernel/drivers/w1/slaves/ |
| H A D | w1_ds2423.c | 78 crc = crc16(CRC16_INIT, wrbuf, 3); in w1_slave_show() 79 crc = crc16(crc, rbuf, 11); in w1_slave_show() 85 crc = crc16(CRC16_INIT, in w1_slave_show()
|
| H A D | w1_ds28e17.c | 158 crc = crc16(CRC16_INIT, command, command_count); in __w1_f19_i2c_write() 162 crc = crc16(crc, w1_buf, 1); in __w1_f19_i2c_write() 165 crc = crc16(crc, buffer, count); in __w1_f19_i2c_write() 277 crc = crc16(CRC16_INIT, w1_buf, 3); in w1_f19_i2c_read() 316 crc = crc16(CRC16_INIT, w1_buf, 3); in w1_f19_i2c_write_read() 319 crc = crc16(crc, wbuffer, wcount); in w1_f19_i2c_write_read() 323 crc = crc16(crc, w1_buf, 1); in w1_f19_i2c_write_read()
|
| H A D | w1_ds250x.c | 110 crc = crc16(CRC16_INIT, buf, 6); in w1_ds2505_read_page() 127 crc = crc16(CRC16_INIT, &data->eprom[epoff], W1_PAGE_SIZE); in w1_ds2505_read_page() 128 crc = crc16(crc, buf, 2); in w1_ds2505_read_page()
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | crc16.c | 55 u16 crc16(u16 crc, u8 const *buffer, size_t len) in crc16() function 61 EXPORT_SYMBOL(crc16);
|
| /OK3568_Linux_fs/kernel/Documentation/networking/ |
| H A D | generic-hdlc.rst | 88 no-parity / crc16 / crc16-pr0 (CRC16 with preset zeros) / crc32-itu 90 crc16-itu (CRC16 with ITU-T polynomial) / crc16-itu-pr0 - sets parity
|
| /OK3568_Linux_fs/kernel/drivers/input/keyboard/ |
| H A D | applespi.c | 131 __le16 crc16; member 168 __le16 crc16; member 201 __le16 crc16; member 221 __le16 crc16; member 234 __le16 crc16; member 249 __le16 crc16; member 266 __le16 crc16; member 344 __le16 crc16; member 853 crc = crc16(0, (u8 *)message, le16_to_cpu(packet->length) - 2); in applespi_send_cmd_msg() 856 crc = crc16(0, (u8 *)packet, sizeof(*packet) - 2); in applespi_send_cmd_msg() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/hal/phydm/ |
| H A D | phydm_pmac_tx_setting.c | 245 tmp = BYTE_2_DWORD(0, 0, tx_info->crc16[1], tx_info->crc16[0]); in phydm_set_cck_preamble_hdr_jgr3() 446 tx_info.crc16[0] = 0x60; in phydm_pmac_tx_dbg() 447 tx_info.crc16[1] = 0x8e; in phydm_pmac_tx_dbg()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/hal/phydm/ |
| H A D | phydm_pmac_tx_setting.c | 246 tmp = BYTE_2_DWORD(0, 0, tx_info->crc16[1], tx_info->crc16[0]); in phydm_set_cck_preamble_hdr_jgr3() 447 tx_info.crc16[0] = 0x60; in phydm_pmac_tx_dbg() 448 tx_info.crc16[1] = 0x8e; in phydm_pmac_tx_dbg()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/hal/phydm/ |
| H A D | phydm_pmac_tx_setting.c | 245 tmp = BYTE_2_DWORD(0, 0, tx_info->crc16[1], tx_info->crc16[0]); in phydm_set_cck_preamble_hdr_jgr3() 446 tx_info.crc16[0] = 0x60; in phydm_pmac_tx_dbg() 447 tx_info.crc16[1] = 0x8e; in phydm_pmac_tx_dbg()
|
| /OK3568_Linux_fs/buildroot/package/python-crc16/ |
| H A D | python-crc16.hash | 2 sha256 10aeda70fbe8b284874b3b1b8f74b9c1f6d5e8dee20ac8f9d5bc49f45f12a42a python-crc16-0.1.1.tar.gz
|
| /OK3568_Linux_fs/u-boot/fs/ubifs/ |
| H A D | crc16.c | 55 u16 crc16(u16 crc, u8 const *buffer, size_t len) in crc16() function
|
| H A D | crc16.h | 22 extern u16 crc16(u16 crc, const u8 *buffer, size_t len);
|
| /OK3568_Linux_fs/u-boot/fs/ext4/ |
| H A D | Makefile | 13 obj-$(CONFIG_EXT4_WRITE) += ext4_write.o ext4_journal.o crc16.o
|
| /OK3568_Linux_fs/kernel/drivers/net/can/spi/mcp251xfd/ |
| H A D | Makefile | 7 mcp251xfd-objs += mcp251xfd-crc16.o
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | crc16.h | 20 extern u16 crc16(u16 crc, const u8 *buffer, size_t len);
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/intersil/p54/ |
| H A D | eeprom.c | 739 u16 crc16 = ~0; in p54_parse_eeprom() local 864 crc16 = ~crc_ccitt(crc16, (u8 *) entry, sizeof(*entry)); in p54_parse_eeprom() 865 if (crc16 != le16_to_cpup((__le16 *)entry->data)) { in p54_parse_eeprom() 878 crc16 = crc_ccitt(crc16, (u8 *)entry, (entry_len + 1) * 2); in p54_parse_eeprom()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/hal/phydm/ |
| H A D | phydm_pmac_tx_setting.c | 296 tmp = BYTE_2_DWORD(0, 0, tx_info->crc16[1], tx_info->crc16[0]); in phydm_set_cck_preamble_hdr_jgr3() 520 tx_info.crc16[0] = 0x60; in phydm_pmac_tx_dbg() 521 tx_info.crc16[1] = 0x8e; in phydm_pmac_tx_dbg()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/hal/phydm/ |
| H A D | phydm_pmac_tx_setting.c | 296 tmp = BYTE_2_DWORD(0, 0, tx_info->crc16[1], tx_info->crc16[0]); in phydm_set_cck_preamble_hdr_jgr3() 521 tx_info.crc16[0] = 0x60; in phydm_pmac_tx_dbg() 522 tx_info.crc16[1] = 0x8e; in phydm_pmac_tx_dbg()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/hal/phydm/ |
| H A D | phydm_pmac_tx_setting.c | 296 tmp = BYTE_2_DWORD(0, 0, tx_info->crc16[1], tx_info->crc16[0]); in phydm_set_cck_preamble_hdr_jgr3() 520 tx_info.crc16[0] = 0x60; in phydm_pmac_tx_dbg() 521 tx_info.crc16[1] = 0x8e; in phydm_pmac_tx_dbg()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/hal/phydm/ |
| H A D | phydm_pmac_tx_setting.c | 296 tmp = BYTE_2_DWORD(0, 0, tx_info->crc16[1], tx_info->crc16[0]); in phydm_set_cck_preamble_hdr_jgr3() 520 tx_info.crc16[0] = 0x60; in phydm_pmac_tx_dbg() 521 tx_info.crc16[1] = 0x8e; in phydm_pmac_tx_dbg()
|