Searched refs:BCM4378_PTB_CHUNK_SIZE (Results 1 – 1 of 1) sorted by relevance
376 #define BCM4378_PTB_CHUNK_SIZE 0xcf macro379 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()