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