Searched refs:bcsp_crc_update (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/bluetooth/ |
H A D | hci_bcsp.c | 98 static void bcsp_crc_update(u16 *crc, u8 d) in bcsp_crc_update() function 248 bcsp_crc_update(&bcsp_txmsg_crc, hdr[i]); in bcsp_prepare_pkt() 256 bcsp_crc_update(&bcsp_txmsg_crc, data[i]); in bcsp_prepare_pkt() 439 bcsp_crc_update(&bcsp->message_crc, byte); in bcsp_unslip_one_byte() 450 bcsp_crc_update(&bcsp->message_crc, 0xc0); in bcsp_unslip_one_byte() 459 bcsp_crc_update(&bcsp->message_crc, 0xdb); in bcsp_unslip_one_byte()
|
/kernel/linux/linux-6.6/drivers/bluetooth/ |
H A D | hci_bcsp.c | 98 static void bcsp_crc_update(u16 *crc, u8 d) in bcsp_crc_update() function 248 bcsp_crc_update(&bcsp_txmsg_crc, hdr[i]); in bcsp_prepare_pkt() 256 bcsp_crc_update(&bcsp_txmsg_crc, data[i]); in bcsp_prepare_pkt() 439 bcsp_crc_update(&bcsp->message_crc, byte); in bcsp_unslip_one_byte() 450 bcsp_crc_update(&bcsp->message_crc, 0xc0); in bcsp_unslip_one_byte() 459 bcsp_crc_update(&bcsp->message_crc, 0xdb); in bcsp_unslip_one_byte()
|
Completed in 2 milliseconds