Searched refs:BCM4378_PTB_CHUNK_SIZE (Results 1 – 1 of 1) sorted by relevance
373 #define BCM4378_PTB_CHUNK_SIZE 0xcf macro376 u8 data[BCM4378_PTB_CHUNK_SIZE];1247 if (data_len > BCM4378_PTB_CHUNK_SIZE) in bcm4378_send_ptb_chunk()1266 size_t chunks = DIV_ROUND_UP(fw->size, (size_t)BCM4378_PTB_CHUNK_SIZE); in bcm4378_send_ptb()1271 transfer_len = min_t(size_t, left, BCM4378_PTB_CHUNK_SIZE); in bcm4378_send_ptb()1276 bcm4377, fw->data + i * BCM4378_PTB_CHUNK_SIZE, in bcm4378_send_ptb()