Searched refs:nv_wrvgac (Results 1 - 3 of 3) sorted by relevance
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
H A D | vga.c | 112 nv_wrvgac(void *obj, int head, u8 index, u8 value) nv_wrvgac() function 133 else if (port == 0x03d4) nv_wrvgac(obj, head, index, value); nv_wrvgai() 145 nv_wrvgac(obj, 0, 0x1f, data); nv_lockvgac() 147 nv_wrvgac(obj, 0, 0x3f, data); nv_lockvgac() 150 nv_wrvgac(obj, 1, 0x1f, data); nv_lockvgac() 211 nv_wrvgac(obj, 0, 0x44, owner); nv_wrvgaowner() 214 nv_wrvgac(obj, 0, 0x2e, owner); nv_wrvgaowner() 215 nv_wrvgac(obj, 0, 0x2e, owner); nv_wrvgaowner()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvkm/subdev/ |
H A D | vga.h | 20 void nv_wrvgac(void *obj, int head, u8 index, u8 value);
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/ |
H A D | nv04.c | 46 nv_wrvgac(priv, 0, port->drive, val | 0x01); nv04_i2c_drive_scl() 57 nv_wrvgac(priv, 0, port->drive, val | 0x01); nv04_i2c_drive_sda()
|
Completed in 111 milliseconds