Searched refs:nvkm_wrvgas (Results 1 – 4 of 4) sorted by relevance
/linux-6.6.21/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/ ! |
D | nv05.c | 73 nvkm_wrvgas(device, 0, 1, nvkm_rdvgas(device, 0, 1) | 0x20); in nv05_devinit_meminit() 125 nvkm_wrvgas(device, 0, 1, nvkm_rdvgas(device, 0, 1) & ~0x20); in nv05_devinit_meminit()
|
D | nv04.c | 52 nvkm_wrvgas(device, 0, 1, nvkm_rdvgas(device, 0, 1) | 0x20); in nv04_devinit_meminit() 108 nvkm_wrvgas(device, 0, 1, nvkm_rdvgas(device, 0, 1) & ~0x20); in nv04_devinit_meminit()
|
/linux-6.6.21/drivers/gpu/drm/nouveau/nvkm/engine/disp/ ! |
D | vga.c | 76 nvkm_wrvgas(struct nvkm_device *device, int head, u8 index, u8 value) in nvkm_wrvgas() function 122 if (port == 0x03c4) nvkm_wrvgas(device, head, index, value); in nvkm_wrvgai()
|
/linux-6.6.21/drivers/gpu/drm/nouveau/include/nvkm/subdev/ ! |
D | vga.h | 12 void nvkm_wrvgas(struct nvkm_device *, int head, u8 index, u8 value);
|