Home
last modified time | relevance | path

Searched refs:FWK_ALIGN_NEXT (Results 1 – 8 of 8) sorted by relevance

/SCP-firmware-master/framework/test/
A Dtest_fwk_macros.c51 result = FWK_ALIGN_NEXT(value | 1, interval + 32); in test_fwk_macros_align_next()
56 result = FWK_ALIGN_NEXT(value, interval); in test_fwk_macros_align_next()
61 result = FWK_ALIGN_NEXT(value, interval); in test_fwk_macros_align_next()
66 result = FWK_ALIGN_NEXT(value, interval); in test_fwk_macros_align_next()
/SCP-firmware-master/arch/arm/armv8-a/src/
A Darch_mm.c40 uintptr_t heap_old = FWK_ALIGN_NEXT(arch_mm_ctx.heap_break, 16); in _sbrk()
/SCP-firmware-master/module/system_pll/src/
A Dmod_system_pll.c109 rounded_rate_alt = FWK_ALIGN_NEXT(rate, ctx->config->min_step); in system_pll_set_rate()
119 rounded_rate = FWK_ALIGN_NEXT(rate, ctx->config->min_step); in system_pll_set_rate()
/SCP-firmware-master/framework/include/
A Dfwk_macros.h41 #define FWK_ALIGN_NEXT(VALUE, INTERVAL) ((\ macro
/SCP-firmware-master/module/sds/src/
A Dmod_sds.c42 FWK_ALIGN_NEXT(MIN_STRUCT_SIZE, MIN_STRUCT_ALIGNMENT)
276 (unsigned int)FWK_ALIGN_NEXT(struct_desc->size, MIN_STRUCT_ALIGNMENT); in struct_alloc()
/SCP-firmware-master/product/juno/module/juno_hdlcd/src/
A Dmod_juno_hdlcd.c73 uint32_t round_up = (uint32_t)(FWK_ALIGN_NEXT(rate, ctx->config->min_step)); in round_rate()
/SCP-firmware-master/module/scmi/src/
A Dmod_scmi_base.c487 payload_size = FWK_ALIGN_NEXT(payload_size, sizeof(uint32_t)); in scmi_base_discover_list_protocols_handler()
/SCP-firmware-master/product/juno/module/juno_cdcel937/src/
A Dmod_juno_cdcel937.c281 rounded_up_rate = FWK_ALIGN_NEXT(rate, ctx->config->min_step); in get_rounded_rate()

Completed in 18 milliseconds