Home
last modified time | relevance | path

Searched refs:nvkm_rdvgas (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/
H A Dnv05.c73 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()
H A Dnv04.c52 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()
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Dvga.c69 nvkm_rdvgas(struct nvkm_device *device, int head, u8 index) in nvkm_rdvgas() function
113 if (port == 0x03c4) return nvkm_rdvgas(device, head, index); in nvkm_rdvgai()
/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/subdev/
H A Dvga.h11 u8 nvkm_rdvgas(struct nvkm_device *, int head, u8 index);