Searched refs:MAX_CYCLES (Results 1 – 9 of 9) sorted by relevance
12 #define MAX_CYCLES 5ul macro16 test_pwr_mgmt_singlethread(false, MAX_CYCLES); in main()18 test_pwr_mgmt_singlethread(true, MAX_CYCLES); in main()20 test_pwr_mgmt_multithread(false, MAX_CYCLES); in main()22 test_pwr_mgmt_multithread(true, MAX_CYCLES); in main()
15 #define MAX_CYCLES 2ul macro24 test_pwr_mgmt_singlethread(MAX_CYCLES); in ZTEST()29 test_pwr_mgmt_multithread(MAX_CYCLES); in ZTEST()
28 #define MAX_CYCLES (MAX_TICKS * CYC_PER_TICK) macro58 next = MIN(MAX_CYCLES, next); in gpt_set_safe()76 next = MIN(MAX_CYCLES, next); in gpt_set_safe()80 } while ((((int32_t)(next - now)) <= 1) && (next < MAX_CYCLES)); in gpt_set_safe()107 tick_delta += (MAX_CYCLES - announced_cycles) / CYC_PER_TICK; in mcux_imx_gpt_isr()110 rollover_cycles += MAX_CYCLES; in mcux_imx_gpt_isr()227 MAX_CYCLES - 1); in sys_clock_driver_init()
21 #define MAX_CYCLES (MAX_TICKS * CYC_PER_TICK) macro299 if (delay > MAX_CYCLES) { in sys_clock_set_timeout()300 last_load = MAX_CYCLES; in sys_clock_set_timeout()
52 #define MAX_CYCLES (MAX_TICKS * CYC_PER_TICK) macro349 last_load = MIN(delay, MAX_CYCLES); in sys_clock_set_timeout()
43 #define MAX_CYCLES (MAX_TICKS * CYC_PER_TICK) macro680 if (cyc > MAX_CYCLES) { in sys_clock_set_timeout()681 cyc = MAX_CYCLES; in sys_clock_set_timeout()762 MAX_CYCLES : CYC_PER_TICK; in sys_clock_driver_init()
30 #define MAX_CYCLES (MAX_TICKS * CYC_PER_TICK) macro
56 #define MAX_CYCLES (MAX_TICKS * CYC_PER_TICK) macro566 if (cyc > MAX_CYCLES) { in sys_clock_set_timeout()567 cyc = MAX_CYCLES; in sys_clock_set_timeout()
25 #define MAX_CYCLES (MAX_TICKS * CYC_PER_TICK) macro199 if (cyc > MAX_CYCLES) { in sys_clock_set_timeout()200 cyc = MAX_CYCLES; in sys_clock_set_timeout()