Lines Matching refs:mask
48 uint32_t mask,
54 uint32_t mask,
58 uint32_t mask,
120 uint32_t mask, in nrfy_mvdma_int_init() argument
124 __nrfy_internal_mvdma_event_enabled_clear(p_reg, mask, NRF_MVDMA_EVENT_END); in nrfy_mvdma_int_init()
125 __nrfy_internal_mvdma_event_enabled_clear(p_reg, mask, NRF_MVDMA_EVENT_RESET); in nrfy_mvdma_int_init()
126 __nrfy_internal_mvdma_event_enabled_clear(p_reg, mask, NRF_MVDMA_EVENT_STARTED); in nrfy_mvdma_int_init()
128 __nrfy_internal_mvdma_event_enabled_clear(p_reg, mask, NRF_MVDMA_EVENT_PAUSED); in nrfy_mvdma_int_init()
130 __nrfy_internal_mvdma_event_enabled_clear(p_reg, mask, NRF_MVDMA_EVENT_STOPPED); in nrfy_mvdma_int_init()
132 __nrfy_internal_mvdma_event_enabled_clear(p_reg, mask, NRF_MVDMA_EVENT_SINKBUSERROR); in nrfy_mvdma_int_init()
133 __nrfy_internal_mvdma_event_enabled_clear(p_reg, mask, NRF_MVDMA_EVENT_SOURCEBUSERROR); in nrfy_mvdma_int_init()
135 __nrfy_internal_mvdma_event_enabled_clear(p_reg, mask, NRF_MVDMA_EVENT_SINKSELECTJOBDONE); in nrfy_mvdma_int_init()
136 __nrfy_internal_mvdma_event_enabled_clear(p_reg, mask, NRF_MVDMA_EVENT_SOURCESELECTJOBDONE); in nrfy_mvdma_int_init()
144 nrf_mvdma_int_enable(p_reg, mask); in nrfy_mvdma_int_init()
173 uint32_t mask, in nrfy_mvdma_events_process() argument
176 uint32_t evt_mask = __nrfy_internal_mvdma_events_process(p_reg, mask, p_list_request); in nrfy_mvdma_events_process()
416 uint32_t mask) in nrfy_mvdma_int_enable() argument
418 nrf_mvdma_int_enable(p_reg, mask); in nrfy_mvdma_int_enable()
424 uint32_t mask) in nrfy_mvdma_int_disable() argument
426 nrf_mvdma_int_disable(p_reg, mask); in nrfy_mvdma_int_disable()
432 uint32_t mask) in nrfy_mvdma_int_enable_check() argument
435 uint32_t check = nrf_mvdma_int_enable_check(p_reg, mask); in nrfy_mvdma_int_enable_check()
619 uint32_t mask, in __nrfy_internal_mvdma_event_handle() argument
623 if ((mask & NRFY_EVENT_TO_INT_BITMASK(event)) && nrf_mvdma_event_check(p_reg, event)) in __nrfy_internal_mvdma_event_handle()
637 uint32_t mask, in __nrfy_internal_mvdma_events_process() argument
643 (void)__nrfy_internal_mvdma_event_handle(p_reg, mask, NRF_MVDMA_EVENT_RESET, &evt_mask); in __nrfy_internal_mvdma_events_process()
644 (void)__nrfy_internal_mvdma_event_handle(p_reg, mask, NRF_MVDMA_EVENT_STARTED, &evt_mask); in __nrfy_internal_mvdma_events_process()
645 (void)__nrfy_internal_mvdma_event_handle(p_reg, mask, NRF_MVDMA_EVENT_SINKBUSERROR, &evt_mask); in __nrfy_internal_mvdma_events_process()
647 mask, in __nrfy_internal_mvdma_events_process()
652 mask, in __nrfy_internal_mvdma_events_process()
656 mask, in __nrfy_internal_mvdma_events_process()
664 if (__nrfy_internal_mvdma_event_handle(p_reg, mask, NRF_MVDMA_EVENT_PAUSED, &evt_mask)) in __nrfy_internal_mvdma_events_process()
666 if (__nrfy_internal_mvdma_event_handle(p_reg, mask, NRF_MVDMA_EVENT_STOPPED, &evt_mask)) in __nrfy_internal_mvdma_events_process()
678 if (__nrfy_internal_mvdma_event_handle(p_reg, mask, NRF_MVDMA_EVENT_END, &evt_mask) && in __nrfy_internal_mvdma_events_process()
693 uint32_t mask, in __nrfy_internal_mvdma_event_enabled_clear() argument
696 if (mask & NRFY_EVENT_TO_INT_BITMASK(event)) in __nrfy_internal_mvdma_event_enabled_clear()