Searched refs:nv_wrvgas (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/ |
D | nv05.c | 72 nv_wrvgas(priv, 0, 1, nv_rdvgas(priv, 0, 1) | 0x20); in nv05_devinit_meminit() 124 nv_wrvgas(priv, 0, 1, nv_rdvgas(priv, 0, 1) & ~0x20); in nv05_devinit_meminit()
|
D | nv04.c | 51 nv_wrvgas(priv, 0, 1, nv_rdvgas(priv, 0, 1) | 0x20); in nv04_devinit_meminit() 107 nv_wrvgas(priv, 0, 1, nv_rdvgas(priv, 0, 1) & ~0x20); in nv04_devinit_meminit()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
D | vga.c | 84 nv_wrvgas(void *obj, int head, u8 index, u8 value) in nv_wrvgas() function 131 if (port == 0x03c4) nv_wrvgas(obj, head, index, value); in nv_wrvgai()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvkm/subdev/ |
D | vga.h | 12 void nv_wrvgas(void *obj, int head, u8 index, u8 value);
|