Searched refs:NV_DEVICE_HOST (Results 1 – 2 of 2) sorted by relevance
64 #define NV_DEVICE_HOST(n) ((n) | (0x00000001ULL << 32)) macro70 #define NV_DEVICE_HOST_RUNLISTS NV_DEVICE_HOST(0x00000000)72 #define NV_DEVICE_HOST_CHANNELS NV_DEVICE_HOST(0x00000001)75 #define NV_DEVICE_HOST_RUNLIST_ENGINES NV_DEVICE_HOST(0x00000100)94 #define NV_DEVICE_HOST_RUNLIST_CHANNELS NV_DEVICE_HOST(0x00000101)
49 case NV_DEVICE_HOST(0): type = NVKM_ENGINE_FIFO; break; in nvkm_udevice_info_subdev()