Searched refs:nvkm_mc_intr_mask (Results 1 – 3 of 3) sorted by relevance
17 void nvkm_mc_intr_mask(struct nvkm_device *, enum nvkm_subdev_type, int, bool enable);
33 nvkm_mc_intr_mask(device, NVKM_SUBDEV_FAULT, 0, enable); in gp100_fault_buffer_intr()
38 nvkm_mc_intr_mask(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, bool en) in nvkm_mc_intr_mask() function