Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/bluetooth/
Dhci_bcm4377.c376 #define BCM4378_PTB_CHUNK_SIZE 0xcf macro
379 u8 data[BCM4378_PTB_CHUNK_SIZE];
1266 if (data_len > BCM4378_PTB_CHUNK_SIZE) in bcm4378_send_ptb_chunk()
1285 size_t chunks = DIV_ROUND_UP(fw->size, (size_t)BCM4378_PTB_CHUNK_SIZE); in bcm4378_send_ptb()
1290 transfer_len = min_t(size_t, left, BCM4378_PTB_CHUNK_SIZE); in bcm4378_send_ptb()
1295 bcm4377, fw->data + i * BCM4378_PTB_CHUNK_SIZE, in bcm4378_send_ptb()