Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/modules/fatfs/
Dzfs_ffsystem.c19 void *ff_memalloc(UINT msize) in ff_memalloc() argument
21 return k_malloc(msize); in ff_memalloc()
/Zephyr-Core-3.7.0/drivers/dma/
Ddma_dw_common.c135 uint32_t msize = 3;/* default msize, 8 bytes */ in dw_dma_config() local
178 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()
Ddma_stm32_v1.c418 uint32_t msize = DMAx->MemoryOrM2MDstDataSize; in stm32_dma_check_fifo_mburst() local
422 switch (msize) { in stm32_dma_check_fifo_mburst()