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