Home
last modified time | relevance | path

Searched refs:ROUNDUP (Results 1 – 3 of 3) sorted by relevance

/hardware/broadcom/wlan/bcmdhd/dhdutil/
Ducode_download.c124 actual_data_len = ROUNDUP(trx->offsets[0], 4) + ROUNDUP(trx->offsets[1], 4); in check_ucode_file()
164 ROUNDUP(fw_size, 4) + ROUNDUP(second_offset, 4); in proc_ucode_download()
198 ROUNDUP(ucode_trx_hdr->offsets[0], 4); in proc_ucode_download()
Ddhdu.c1033 params[1] = ROUNDUP(chunk, 4); in dhd_membytes()
1574 read_len = ROUNDUP(start, MEMBLOCK) - start; in dhd_load_file_bytes()
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
Dbcmutils.h620 #define ROUNDUP(x, y) ((((x) + ((y) - 1)) / (y)) * (y)) macro