Home
last modified time | relevance | path

Searched defs:ScatterHandle (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/external/bsd/drm2/dist/drm/
H A Ddrm_scatter.c87 # define ScatterHandle(x) (unsigned int)((x >> 32) + (x & ((1L << 32) - 1))) macro
89 # define ScatterHandle(x) (unsigned int)(x) macro