Searched refs:ISALIGNED (Results 1 – 2 of 2) sorted by relevance
46 #define ISALIGNED(a, x) (((uint32_t)(a) & ((x) - 1)) == 0) macro203 assert(ISALIGNED(p_data, 4)); in cybt_hci_write_buf()204 if (!ISALIGNED(p_data, 4)) { in cybt_hci_write_buf()256 assert(ISALIGNED(p_data, 4)); in cybt_hci_read()257 if (!ISALIGNED(p_data, 4)) { in cybt_hci_read()
110 #define ISALIGNED(a, x) (((uint32_t)(a) & ((x) - 1)) == 0) macro352 if (!ISALIGNED(fwmem_start_addr, 4)) { in cybt_fw_download()370 if (!ISALIGNED(fwmem_end_addr, 4)) { in cybt_fw_download()672 if (!ISALIGNED(p_data, 4)) { in cybt_mem_write_idx()