Home
last modified time | relevance | path

Searched refs:nv_wrport (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/disp/
Dvga.c54 nv_wrport(void *obj, int head, u16 port, u8 data) in nv_wrport() function
79 nv_wrport(obj, head, 0x03c4, index); in nv_rdvgas()
86 nv_wrport(obj, head, 0x03c4, index); in nv_wrvgas()
87 nv_wrport(obj, head, 0x03c5, value); in nv_wrvgas()
93 nv_wrport(obj, head, 0x03ce, index); in nv_rdvgag()
100 nv_wrport(obj, head, 0x03ce, index); in nv_wrvgag()
101 nv_wrport(obj, head, 0x03cf, value); in nv_wrvgag()
107 nv_wrport(obj, head, 0x03d4, index); in nv_rdvgac()
114 nv_wrport(obj, head, 0x03d4, index); in nv_wrvgac()
115 nv_wrport(obj, head, 0x03d5, value); in nv_wrvgac()
/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvkm/subdev/
Dvga.h8 void nv_wrport(void *obj, int head, u16 port, u8 value);
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
Dinit.c222 nv_wrport(init->subdev, init->crtc, port, value); in init_wrport()