Home
last modified time | relevance | path

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

/hal_telink-3.7.0/tlsr9/drivers/B91/
Ddma.h272 static inline void dma_set_size(dma_chn_e chn,unsigned int size_byte,dma_transfer_width_e byte_widt… in dma_set_size() argument
274 reg_dma_size(chn) =((size_byte+byte_width-1)/byte_width)|( (size_byte % byte_width)<<22); in dma_set_size()
284 static inline unsigned int dma_cal_size(unsigned int size_byte,dma_transfer_width_e byte_width) in dma_cal_size() argument
286 return (((size_byte+byte_width-1)/byte_width)|( (size_byte % byte_width)<<22)); in dma_cal_size()