Searched refs:MEC5_BASIC_TIMER_INSTANCES (Results 1 – 8 of 8) sorted by relevance
44 static const struct mec_btimer_info btimer_instances[MEC5_BASIC_TIMER_INSTANCES] = {71 for (size_t i = 0; i < MEC5_BASIC_TIMER_INSTANCES; i++) { in find_btimer_info()83 for (int i = 0; i < (int)MEC5_BASIC_TIMER_INSTANCES; i++) { in find_btimer_index()342 static uint8_t btimer_pm_save_buf[MEC5_BASIC_TIMER_INSTANCES];346 for (int i = 0; i < MEC5_BASIC_TIMER_INSTANCES; i++) { in mec_hal_btimer_pm_save_disable()356 for (int i = 0; i < MEC5_BASIC_TIMER_INSTANCES; i++) { in mec_hal_btimer_pm_restore()
33 #if MEC5_BASIC_TIMER_INSTANCES34 #define MEC5_BTIMER_INST_MASK MEC_GENMASK(MEC5_BASIC_TIMER_INSTANCES - 1, 0)
62 #define MEC5_BASIC_TIMER_INSTANCES 6 macro