Lines Matching refs:i
14 int i = ( (int)p_reg - (int)&NRF_RTC_regs[0] ) / sizeof(NRF_RTC_Type); in rtc_number_from_ptr() local
15 return i; in rtc_number_from_ptr()
21 int i = rtc_number_from_ptr(p_reg); in nrf_rtc_cc_set() local
22 nhw_rtc_regw_sideeffects_CC(i, ch); in nrf_rtc_cc_set()
27 int i = rtc_number_from_ptr(p_reg); in nrf_rtc_int_enable() local
29 nhw_rtc_regw_sideeffect_INTENSET(i); in nrf_rtc_int_enable()
34 int i = rtc_number_from_ptr(p_reg); in nrf_rtc_int_disable() local
36 nhw_rtc_regw_sideeffect_INTENCLR(i); in nrf_rtc_int_disable()
41 int i = rtc_number_from_ptr(p_reg); in nrf_rtc_counter_get() local
42 nhw_rtc_update_COUNTER(i); in nrf_rtc_counter_get()
50 int i = rtc_number_from_ptr(p_reg); in nrf_rtc_task_trigger() local
53 nhw_rtc_regw_sideeffect_TASKS_START(i); in nrf_rtc_task_trigger()
55 nhw_rtc_regw_sideeffect_TASKS_STOP(i); in nrf_rtc_task_trigger()
57 nhw_rtc_regw_sideeffect_TASKS_CLEAR(i); in nrf_rtc_task_trigger()
59 nhw_rtc_regw_sideeffect_TASKS_TRIGOVRFLW(i); in nrf_rtc_task_trigger()
63 nhw_rtc_regw_sideeffect_TASKS_CAPTURE(i, cc); in nrf_rtc_task_trigger()
66 bs_trace_error_line_time("Not supported task started in nrf_rtc %i\n", i); in nrf_rtc_task_trigger()
74 int i = rtc_number_from_ptr(p_reg); in nrf_rtc_event_clear() local
75 nhw_rtc_regw_sideeffects_EVENTS_all(i); in nrf_rtc_event_clear()
80 int i = rtc_number_from_ptr(p_reg); in nrf_rtc_event_enable() local
82 nhw_rtc_regw_sideeffect_EVTENSET(i); in nrf_rtc_event_enable()
87 int i = rtc_number_from_ptr(p_reg); in nrf_rtc_event_disable() local
89 nhw_rtc_regw_sideeffect_EVTENCLR(i); in nrf_rtc_event_disable()
97 int i = rtc_number_from_ptr(p_reg); in nrf_rtc_subscribe_common() local
100 nhw_rtc_regw_sideeffects_SUBSCRIBE_START(i); in nrf_rtc_subscribe_common()
102 nhw_rtc_regw_sideeffects_SUBSCRIBE_STOP(i); in nrf_rtc_subscribe_common()
104 nhw_rtc_regw_sideeffects_SUBSCRIBE_CLEAR(i); in nrf_rtc_subscribe_common()
106 nhw_rtc_regw_sideeffects_SUBSCRIBE_TRIGOVRFLW(i); in nrf_rtc_subscribe_common()
110 nhw_rtc_regw_sideeffects_SUBSCRIBE_CAPTURE(i, cc_n); in nrf_rtc_subscribe_common()