Searched refs:FWK_ALIGN_PREVIOUS (Results 1 – 5 of 5) sorted by relevance
80 result = FWK_ALIGN_PREVIOUS(value & 1, interval + 32); in test_fwk_macros_align_previous()85 result = FWK_ALIGN_PREVIOUS(value, interval); in test_fwk_macros_align_previous()90 result = FWK_ALIGN_PREVIOUS(value, interval); in test_fwk_macros_align_previous()95 result = FWK_ALIGN_PREVIOUS(value, interval); in test_fwk_macros_align_previous()
108 rounded_rate = FWK_ALIGN_PREVIOUS(rate, ctx->config->min_step); in system_pll_set_rate()116 rounded_rate = FWK_ALIGN_PREVIOUS(rate, ctx->config->min_step); in system_pll_set_rate()
52 #define FWK_ALIGN_PREVIOUS(VALUE, INTERVAL) ( \ macro
75 (uint32_t)(FWK_ALIGN_PREVIOUS(rate, ctx->config->min_step)); in round_rate()
280 rounded_down_rate = FWK_ALIGN_PREVIOUS(rate, ctx->config->min_step); in get_rounded_rate()
Completed in 7 milliseconds