Searched refs:GEM_DMA_SEC_TOP (Results 1 – 2 of 2) sorted by relevance
278 if ((ts->tv_sec & (GEM_DMA_SEC_TOP >> 1)) && in gem_hw_timestamp()279 !(tsu.tv_sec & (GEM_DMA_SEC_TOP >> 1))) in gem_hw_timestamp()280 ts->tv_sec -= GEM_DMA_SEC_TOP; in gem_hw_timestamp()
723 #define GEM_DMA_SEC_TOP (1 << GEM_DMA_SEC_WIDTH) macro724 #define GEM_DMA_SEC_MASK (GEM_DMA_SEC_TOP - 1)