Searched refs:HPM_ALIGN_UP (Results 1 – 4 of 4) sorted by relevance
56 #ifndef HPM_ALIGN_UP57 #define HPM_ALIGN_UP(a, n) (((uint32_t)(a) + (n-1U)) & ~(n-1U)) macro
533 cmd53_arg.count = HPM_ALIGN_UP(xfer_len, 4); in hpm_sdmmc_request()535 sdxc_data.block_size = HPM_ALIGN_UP(xfer_len, 4); in hpm_sdmmc_request()
900 aligned_len = HPM_ALIGN_UP(start + length, sector_size) - aligned_start; in hpm_serial_nor_erase_blocking()
727 - drivers: common: add HPM_ALIGN_DOWN and HPM_ALIGN_UP define
Completed in 17 milliseconds