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