Searched refs:NOUVEAU_ABI16_CHAN (Results 1 – 2 of 2) sorted by relevance
284 NOUVEAU_ABI16_CHAN(init->channel), in nouveau_abi16_ioctl_channel_alloc()340 if (chan->chan->object->handle == NOUVEAU_ABI16_CHAN(channel)) in nouveau_abi16_chan()377 .ioctl.path[0] = NOUVEAU_ABI16_CHAN(init->channel), in nouveau_abi16_ioctl_grobj_alloc()419 .ioctl.path[0] = NOUVEAU_ABI16_CHAN(info->channel), in nouveau_abi16_ioctl_notifierobj_alloc()503 .ioctl.path[1] = NOUVEAU_ABI16_CHAN(fini->channel), in nouveau_abi16_ioctl_gpuobj_free()
36 #define NOUVEAU_ABI16_CHAN(n) (0xcccc0000 | (n)) macro