Searched refs:PDMA_SCALE_FRAC_BITS (Results 1 – 1 of 1) sorted by relevance
11 #define PDMA_SCALE_FRAC_BITS 12 macro678 tmp = ((t << PDMA_SCALE_FRAC_BITS) / target_t) >> PDMA_SCALE_FRAC_BITS; in pdma_calculate_scale()681 *scale = 2U << PDMA_SCALE_FRAC_BITS; in pdma_calculate_scale()694 *scale = (((t >> *dec) << PDMA_SCALE_FRAC_BITS) / target_t); in pdma_calculate_scale()
Completed in 6 milliseconds