Searched refs:msize (Results 1 – 3 of 3) sorted by relevance
19 void *ff_memalloc(UINT msize) in ff_memalloc() argument21 return k_malloc(msize); in ff_memalloc()
135 uint32_t msize = 3;/* default msize, 8 bytes */ in dw_dma_config() local178 msize = find_msb_set(cfg->source_burst_length) - 1; in dw_dma_config()179 LOG_DBG("%s: channel %d m_size=%d", dev->name, channel, msize); in dw_dma_config()180 __ASSERT_NO_MSG(msize < 5); in dw_dma_config()270 lli_desc->ctrl_lo |= DW_CTLL_SRC_MSIZE(msize) | in dw_dma_config()271 DW_CTLL_DST_MSIZE(msize); in dw_dma_config()
418 uint32_t msize = DMAx->MemoryOrM2MDstDataSize; in stm32_dma_check_fifo_mburst() local422 switch (msize) { in stm32_dma_check_fifo_mburst()