Searched refs:nvkm_wrvgas (Results 1 - 4 of 4) sorted by last modified time

/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/
H A Dnv05.c73 nvkm_wrvgas(device, 0, 1, nvkm_rdvgas(device, 0, 1) | 0x20);
125 nvkm_wrvgas(device, 0, 1, nvkm_rdvgas(device, 0, 1) & ~0x20);
H A Dnv04.c52 nvkm_wrvgas(device, 0, 1, nvkm_rdvgas(device, 0, 1) | 0x20);
108 nvkm_wrvgas(device, 0, 1, nvkm_rdvgas(device, 0, 1) & ~0x20);
/linux-master/drivers/gpu/drm/nouveau/include/nvkm/subdev/
H A Dvga.h12 void nvkm_wrvgas(struct nvkm_device *, int head, u8 index, u8 value);
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Dvga.c76 nvkm_wrvgas(struct nvkm_device *device, int head, u8 index, u8 value) function
122 if (port == 0x03c4) nvkm_wrvgas(device, head, index, value);

Completed in 202 milliseconds