Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/sh64/kernel/
Ddma.c155 static inline unsigned long calc_xmit_shift(unsigned int chan) in calc_xmit_shift() function
218 tmp = (info->count >> calc_xmit_shift(chan)) & DMAC_COUNT_CNT; in set_dma_count()
239 return sh64_in64(DMAC_COUNT(chan) << calc_xmit_shift(chan)); in get_dma_residue()