Lines Matching refs:evt_mask

176     uint32_t evt_mask = __nrfy_internal_mvdma_events_process(p_reg, mask, p_list_request);  in nrfy_mvdma_events_process()  local
178 return evt_mask; in nrfy_mvdma_events_process()
195 uint32_t evt_mask = NRFY_EVENT_TO_INT_BITMASK(NRF_MVDMA_EVENT_END); in nrfy_mvdma_start() local
196 while (!__nrfy_internal_mvdma_events_process(p_reg, evt_mask, p_list_request)) in nrfy_mvdma_start()
226 uint32_t evt_mask = NRFY_EVENT_TO_INT_BITMASK(NRF_MVDMA_EVENT_END); in nrfy_mvdma_multi_start() local
227 while (!__nrfy_internal_mvdma_events_process(p_reg, evt_mask, &list_req)) in nrfy_mvdma_multi_start()
297 uint32_t evt_mask = NRFY_EVENT_TO_INT_BITMASK(NRF_MVDMA_EVENT_RESET); in nrfy_mvdma_reset() local
298 while (!__nrfy_internal_mvdma_events_process(p_reg, evt_mask, NULL)) in nrfy_mvdma_reset()
323 uint32_t evt_mask = NRFY_EVENT_TO_INT_BITMASK(NRF_MVDMA_EVENT_PAUSED); in nrfy_mvdma_abort() local
325 uint32_t evt_mask = NRFY_EVENT_TO_INT_BITMASK(NRF_MVDMA_EVENT_STOPPED); in nrfy_mvdma_abort() local
327 while (!__nrfy_internal_mvdma_events_process(p_reg, evt_mask, p_list_request)) in nrfy_mvdma_abort()
640 uint32_t evt_mask = 0; in __nrfy_internal_mvdma_events_process() local
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()
649 &evt_mask); in __nrfy_internal_mvdma_events_process()
654 &evt_mask); in __nrfy_internal_mvdma_events_process()
658 &evt_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()
689 return evt_mask; in __nrfy_internal_mvdma_events_process()