Home
last modified time | relevance | path

Searched refs:GEM_SUBNSINCR_SIZE (Results 1 – 2 of 2) sorted by relevance

/drivers/net/ethernet/cadence/
Dmacb_ptp.c135 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()
Dmacb.h503 #define GEM_SUBNSINCR_SIZE 24 macro