Searched refs:GEM_DMA_SEC_TOP (Results 1 – 2 of 2) sorted by relevance
267 if ((ts->tv_sec & (GEM_DMA_SEC_TOP >> 1)) && in gem_hw_timestamp()268 !(tsu.tv_sec & (GEM_DMA_SEC_TOP >> 1))) in gem_hw_timestamp()269 ts->tv_sec -= GEM_DMA_SEC_TOP; in gem_hw_timestamp()
694 #define GEM_DMA_SEC_TOP (1 << GEM_DMA_SEC_WIDTH) macro695 #define GEM_DMA_SEC_MASK (GEM_DMA_SEC_TOP - 1)