Home
last modified time | relevance | path

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

/bsp/allwinner/libraries/sunxi-hal/hal/source/dma/
A Dhal_dma.c77 static inline void convert_burst(uint32_t *maxburst) in convert_burst() argument
79 switch (*maxburst) in convert_burst()
82 *maxburst = 0; in convert_burst()
85 *maxburst = 1; in convert_burst()
88 *maxburst = 2; in convert_burst()
91 *maxburst = 3; in convert_burst()
95 *maxburst = 0; in convert_burst()
/bsp/rockchip/common/rk_hal/lib/hal/src/
A Dhal_dwdma.c78 __STATIC_INLINE void DW_ConvertBurst(uint16_t *maxburst) in DW_ConvertBurst() argument
82 switch (*maxburst) { in DW_ConvertBurst()
112 *maxburst = val; in DW_ConvertBurst()

Completed in 26 milliseconds