Searched refs:ScatterHandle (Results 1 – 1 of 1) sorted by relevance
68 # define ScatterHandle(x) (unsigned int)((x >> 32) + (x & ((1L << 32) - 1))) macro70 # define ScatterHandle(x) (unsigned int)(x) macro120 entry->handle = ScatterHandle((unsigned long)entry->virtual); in drm_sg_alloc()