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