Searched refs:GEM_SUBNSINCR_SIZE (Results 1 – 2 of 2) sorted by relevance
143 word = ((u64)incr_spec.ns << GEM_SUBNSINCR_SIZE) + incr_spec.sub_ns; in gem_ptp_adjfine()149 adj >>= GEM_SUBNSINCR_SIZE; /* remove fractions */ in gem_ptp_adjfine()153 incr_spec.ns = (adj >> GEM_SUBNSINCR_SIZE) in gem_ptp_adjfine()155 incr_spec.sub_ns = adj & ((1 << GEM_SUBNSINCR_SIZE) - 1); in gem_ptp_adjfine()216 adj <<= GEM_SUBNSINCR_SIZE; in gem_ptp_init_timer()
502 #define GEM_SUBNSINCR_SIZE 16 macro