Lines Matching refs:inst
22 int inst = ccm_inst_from_ptr(p_reg); in nrf_ccm_task_trigger() local
26 nhw_CCM_regw_sideeffects_TASKS_START(inst); in nrf_ccm_task_trigger()
28 nhw_CCM_regw_sideeffects_TASKS_STOP(inst); in nrf_ccm_task_trigger()
30 nhw_CCM_regw_sideeffects_TASKS_RATEOVERRIDE(inst); in nrf_ccm_task_trigger()
38 int inst = ccm_inst_from_ptr(p_reg); in nrf_ccm_int_enable() local
40 nhw_CCM_regw_sideeffects_INTENSET(inst); in nrf_ccm_int_enable()
45 int inst = ccm_inst_from_ptr(p_reg); in nrf_ccm_int_disable() local
47 nhw_CCM_regw_sideeffects_INTENCLR(inst); in nrf_ccm_int_disable()
52 int inst = ccm_inst_from_ptr(p_reg); in nrf_ccm_enable() local
54 nhw_AARCCM_regw_sideeffects_ENABLE(inst); in nrf_ccm_enable()
59 int inst = ccm_inst_from_ptr(p_reg); in nrf_ccm_disable() local
61 nhw_AARCCM_regw_sideeffects_ENABLE(inst); in nrf_ccm_disable()
66 int inst = ccm_inst_from_ptr(p_reg); in nrf_ccm_event_clear() local
68 nhw_CCM_regw_sideeffects_EVENTS_all(inst); in nrf_ccm_event_clear()
74 int inst = ccm_inst_from_ptr(p_reg); in nrf_ccm_subscribe_common() local
77 nhw_CCM_regw_sideeffects_SUBSCRIBE_START(inst); in nrf_ccm_subscribe_common()
79 nhw_CCM_regw_sideeffects_SUBSCRIBE_STOP(inst); in nrf_ccm_subscribe_common()
81 nhw_CCM_regw_sideeffects_SUBSCRIBE_RATEOVERRIDE(inst); in nrf_ccm_subscribe_common()