Searched refs:nv_wrport (Results 1 - 3 of 3) sorted by relevance
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
H A D | vga.c | 54 nv_wrport(void *obj, int head, u16 port, u8 data) nv_wrport() function 79 nv_wrport(obj, head, 0x03c4, index); nv_rdvgas() 86 nv_wrport(obj, head, 0x03c4, index); nv_wrvgas() 87 nv_wrport(obj, head, 0x03c5, value); nv_wrvgas() 93 nv_wrport(obj, head, 0x03ce, index); nv_rdvgag() 100 nv_wrport(obj, head, 0x03ce, index); nv_wrvgag() 101 nv_wrport(obj, head, 0x03cf, value); nv_wrvgag() 107 nv_wrport(obj, head, 0x03d4, index); nv_rdvgac() 114 nv_wrport(obj, head, 0x03d4, index); nv_wrvgac() 115 nv_wrport(obj, head, 0x03d5, value); nv_wrvgac()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvkm/subdev/ |
H A D | vga.h | 8 void nv_wrport(void *obj, int head, u16 port, u8 value);
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/bios/ |
H A D | init.c | 222 nv_wrport(init->subdev, init->crtc, port, value); init_wrport()
|
Completed in 258 milliseconds