Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/cadence/
H A 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()
H A Dmacb.h509 #define GEM_SUBNSINCR_SIZE 24 macro