Searched refs:stopped (Results 1 – 8 of 8) sorted by relevance
78 uint32_t stopped = 0; in bflb_platform_dma_wait_eot() local81 stopped = getreg32(dev->reg_base + DMA_INT_RAWSTATUS_OFFSET); in bflb_platform_dma_wait_eot()82 stopped = (stopped >> (20 + channel_idx)) & 0x01; in bflb_platform_dma_wait_eot()83 } while (!stopped); in bflb_platform_dma_wait_eot()
257 bool stopped = (ehci->rh_state < EHCI_RH_RUNNING); in ehci_handle_start_intr_unlinks() local271 if (!stopped && (qh->unlink_cycle == in ehci_handle_start_intr_unlinks()289 bool stopped = (ehci->rh_state < EHCI_RH_RUNNING); in ehci_handle_intr_unlinks() local304 if (!stopped && qh->unlink_cycle == ehci->intr_unlink_cycle) in ehci_handle_intr_unlinks()
313 int stopped; in qh_completions() local329 stopped = (state == QH_STATE_IDLE); in qh_completions()444 stopped = 1; in qh_completions()460 stopped = 1; in qh_completions()465 } else if (!stopped in qh_completions()473 stopped = 1; in qh_completions()553 if (stopped && qtd->qtd_list.prev != &qh->qtd_list) { in qh_completions()612 if (stopped != 0 || hw->hw_qtd_next == EHCI_LIST_END(ehci)) { in qh_completions()
250 bool stopped; in spim_abort() local251 NRFX_WAIT_FOR(nrf_spim_event_check(p_spim, NRF_SPIM_EVENT_STOPPED), 100, 1, stopped); in spim_abort()252 if (!stopped) in spim_abort()
43 is triggered until it is stopped by the application. When window monitoring,
Completed in 19 milliseconds