Searched refs:GEM_SUBNSINCR_SIZE (Results 1 – 2 of 2) sorted by relevance
140 word = ((u64)incr_spec.ns << GEM_SUBNSINCR_SIZE) + incr_spec.sub_ns; in gem_ptp_adjfine()150 incr_spec.ns = (adj >> GEM_SUBNSINCR_SIZE) in gem_ptp_adjfine()152 incr_spec.sub_ns = adj & ((1 << GEM_SUBNSINCR_SIZE) - 1); in gem_ptp_adjfine()213 adj <<= GEM_SUBNSINCR_SIZE; in gem_ptp_init_timer()
581 #define GEM_SUBNSINCR_SIZE 24 macro