Searched refs:mstart (Results 1 – 1 of 1) sorted by relevance
74 uint32_t mstart; member361 dbg_mec_dma[chan].mstart = regs->MSTART; in mec_hal_dma_chan_start()539 uint32_t mstart = 0, mend = 0, nrem = 0; in mec_hal_dma_chan_rem_bytes() local549 mstart = regs->MSTART; in mec_hal_dma_chan_rem_bytes()550 if (mend > mstart) { in mec_hal_dma_chan_rem_bytes()551 nrem = mend - mstart; in mec_hal_dma_chan_rem_bytes()666 uint32_t ctrl = 0u, dstart = 0u, mstart = 0u, mend = 0u; in mec_hal_dma_chan_cfg_get() local702 mstart = regs->MSTART; in mec_hal_dma_chan_cfg_get()705 if (mend > mstart) { in mec_hal_dma_chan_cfg_get()706 cfg->nbytes = mend - mstart; in mec_hal_dma_chan_cfg_get()[all …]