Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/nouveau/nvkm/engine/disp/
Dvga.c104 nvkm_wrvgac(struct nvkm_device *device, int head, u8 index, u8 value) in nvkm_wrvgac() function
124 else if (port == 0x03d4) nvkm_wrvgac(device, head, index, value); in nvkm_wrvgai()
133 nvkm_wrvgac(device, 0, 0x1f, data); in nvkm_lockvgac()
135 nvkm_wrvgac(device, 0, 0x3f, data); in nvkm_lockvgac()
138 nvkm_wrvgac(device, 1, 0x1f, data); in nvkm_lockvgac()
198 nvkm_wrvgac(device, 0, 0x44, owner); in nvkm_wrvgaowner()
201 nvkm_wrvgac(device, 0, 0x2e, owner); in nvkm_wrvgaowner()
202 nvkm_wrvgac(device, 0, 0x2e, owner); in nvkm_wrvgaowner()
/linux-5.19.10/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/
Dbusnv04.c43 nvkm_wrvgac(device, 0, bus->drive, val | 0x01); in nv04_i2c_bus_drive_scl()
54 nvkm_wrvgac(device, 0, bus->drive, val | 0x01); in nv04_i2c_bus_drive_sda()
/linux-5.19.10/drivers/gpu/drm/nouveau/include/nvkm/subdev/
Dvga.h20 void nvkm_wrvgac(struct nvkm_device *, int head, u8 index, u8 value);