Home
last modified time | relevance | path

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

/hal_microchip-latest/mec5/drivers/
Dmec_dmac.c512 int mec_hal_dma_chan_mem_units_set(enum mec_dmac_channel chan, enum mec_dmac_unit_size unitsz) in mec_hal_dma_chan_mem_units_set() argument
524 if ((unitsz == 4u) || (unitsz == 2u)) { in mec_hal_dma_chan_mem_units_set()
525 v = unitsz; in mec_hal_dma_chan_mem_units_set()
620 if ((cfg->unitsz == 4u) || (cfg->unitsz == 2u)) { in mec_hal_dma_chan_cfg()
621 usz = cfg->unitsz; in mec_hal_dma_chan_cfg()
Dmec_dmac_api.h93 enum mec_dmac_unit_size unitsz; member
149 int mec_hal_dma_chan_mem_units_set(enum mec_dmac_channel chan, enum mec_dmac_unit_size unitsz);