Searched refs:BCM4378_PTB_CHUNK_SIZE (Results 1 - 1 of 1) sorted by path

/linux-master/drivers/bluetooth/
H A Dhci_bcm4377.c373 #define BCM4378_PTB_CHUNK_SIZE 0xcf macro
376 u8 data[BCM4378_PTB_CHUNK_SIZE];
1248 if (data_len > BCM4378_PTB_CHUNK_SIZE)
1267 size_t chunks = DIV_ROUND_UP(fw->size, (size_t)BCM4378_PTB_CHUNK_SIZE);
1272 transfer_len = min_t(size_t, left, BCM4378_PTB_CHUNK_SIZE);
1277 bcm4377, fw->data + i * BCM4378_PTB_CHUNK_SIZE,

Completed in 191 milliseconds