Searched refs:h5_crc_update (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/external/rkwifibt/drivers/bluetooth_uart_driver/ |
| H A D | hci_rtk_h5.c | 119 static void h5_crc_update(u16 * crc, u8 d) in h5_crc_update() function 282 h5_crc_update(&h5_txmsg_crc, hdr[i]); in h5_prepare_pkt() 290 h5_crc_update(&h5_txmsg_crc, data[i]); in h5_prepare_pkt() 517 h5_crc_update(&h5->message_crc, byte); in h5_unslip_one_byte() 528 h5_crc_update(&h5->message_crc, 0xc0); in h5_unslip_one_byte() 537 h5_crc_update(&h5->message_crc, 0xdb); in h5_unslip_one_byte() 546 h5_crc_update(&h5->message_crc, oof1); in h5_unslip_one_byte() 555 h5_crc_update(&h5->message_crc, oof2); in h5_unslip_one_byte()
|
| /OK3568_Linux_fs/external/rkwifibt/tools/rtk_hciattach/ |
| H A D | hciattach_rtk.c | 246 static void h5_crc_update(uint16_t * crc, uint8_t d) in h5_crc_update() function 351 h5_crc_update(&h5->message_crc, byte); in h5_unslip_one_byte() 361 h5_crc_update(&h5->message_crc, 0xc0); in h5_unslip_one_byte() 370 h5_crc_update(&h5->message_crc, 0xdb); in h5_unslip_one_byte() 379 h5_crc_update(&h5->message_crc, oof1); in h5_unslip_one_byte() 388 h5_crc_update(&h5->message_crc, oof2); in h5_unslip_one_byte() 477 h5_crc_update(&h5_txmsg_crc, hdr[i]); in h5_prepare_pkt() 485 h5_crc_update(&h5_txmsg_crc, data[i]); in h5_prepare_pkt()
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-devtools/rtl-tools/files/ |
| H A D | hciattach_rtk.c | 806 static void h5_crc_update(RT_U16 * crc, RT_U8 d) in h5_crc_update() function 933 h5_crc_update(&h5->message_crc, byte); in h5_unslip_one_byte() 943 h5_crc_update(&h5->message_crc, 0xc0); in h5_unslip_one_byte() 952 h5_crc_update(&h5->message_crc, 0xdb); in h5_unslip_one_byte() 961 h5_crc_update(&h5->message_crc, oof1); in h5_unslip_one_byte() 970 h5_crc_update(&h5->message_crc, oof2); in h5_unslip_one_byte() 1068 h5_crc_update(&h5_txmsg_crc, hdr[i]); in h5_prepare_pkt() 1076 h5_crc_update(&h5_txmsg_crc, data[i]); in h5_prepare_pkt()
|