Home
last modified time | relevance | path

Searched refs:mstart (Results 1 – 1 of 1) sorted by relevance

/hal_microchip-latest/mec5/drivers/
Dmec_dmac.c74 uint32_t mstart; member
361 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() local
549 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() local
702 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 …]