HomeSort by: relevance | last modified time | path
    Searched refs:nvkm_wrport (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/disp/
nouveau_nvkm_engine_disp_vga.c 54 nvkm_wrport(struct nvkm_device *device, int head, u16 port, u8 data) function in typeref:typename:void
76 nvkm_wrport(device, head, 0x03c4, index);
83 nvkm_wrport(device, head, 0x03c4, index);
84 nvkm_wrport(device, head, 0x03c5, value);
90 nvkm_wrport(device, head, 0x03ce, index);
97 nvkm_wrport(device, head, 0x03ce, index);
98 nvkm_wrport(device, head, 0x03cf, value);
104 nvkm_wrport(device, head, 0x03d4, index);
111 nvkm_wrport(device, head, 0x03d4, index);
112 nvkm_wrport(device, head, 0x03d5, value)
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/
vga.h 10 void nvkm_wrport(struct nvkm_device *, int head, u16 port, u8 value);
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/bios/
nouveau_nvkm_subdev_bios_init.c 230 nvkm_wrport(init->subdev->device, init->head, port, value);

Completed in 14 milliseconds