GEM_SUBNSINCR_SIZE  135 drivers/net/ethernet/cadence/macb_ptp.c 	word = ((u64)incr_spec.ns << GEM_SUBNSINCR_SIZE) + incr_spec.sub_ns;
GEM_SUBNSINCR_SIZE  145 drivers/net/ethernet/cadence/macb_ptp.c 	incr_spec.ns = (adj >> GEM_SUBNSINCR_SIZE)
GEM_SUBNSINCR_SIZE  147 drivers/net/ethernet/cadence/macb_ptp.c 	incr_spec.sub_ns = adj & ((1 << GEM_SUBNSINCR_SIZE) - 1);
GEM_SUBNSINCR_SIZE  208 drivers/net/ethernet/cadence/macb_ptp.c 		adj <<= GEM_SUBNSINCR_SIZE;