Searched refs:GEM_SUBNSINCR_SIZE (Results 1 – 2 of 2) sorted by relevance
135 word = ((u64)incr_spec.ns << GEM_SUBNSINCR_SIZE) + incr_spec.sub_ns; in gem_ptp_adjfine()145 incr_spec.ns = (adj >> GEM_SUBNSINCR_SIZE) in gem_ptp_adjfine()147 incr_spec.sub_ns = adj & ((1 << GEM_SUBNSINCR_SIZE) - 1); in gem_ptp_adjfine()208 adj <<= GEM_SUBNSINCR_SIZE; in gem_ptp_init_timer()
503 #define GEM_SUBNSINCR_SIZE 24 macro