Searched refs:BTFW_SD_ALIGN (Results 1 – 3 of 3) sorted by relevance
12 #define BTFW_SD_ALIGN (32) macro
329 if ((uint32_t) (uintptr_t) p_mem_ptr % BTFW_SD_ALIGN) { in cybt_fw_download()330 p_mem_ptr += (BTFW_SD_ALIGN - ((uint32_t) (uintptr_t) p_mem_ptr % BTFW_SD_ALIGN)); in cybt_fw_download()
65 *p_write_buf = cyw43_malloc(BTFW_DOWNLOAD_BLK_SIZE + BTFW_SD_ALIGN); in cybt_fw_download_prepare()