Searched refs:size_byte (Results 1 – 1 of 1) sorted by relevance
272 static inline void dma_set_size(dma_chn_e chn,unsigned int size_byte,dma_transfer_width_e byte_widt… in dma_set_size() argument274 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() argument286 return (((size_byte+byte_width-1)/byte_width)|( (size_byte % byte_width)<<22)); in dma_cal_size()