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

  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/disp/
nouveau_nvkm_engine_disp_vga.c 102 nvkm_rdvgac(struct nvkm_device *device, int head, u8 index) function in typeref:typename:u8
120 if (port == 0x03d4) return nvkm_rdvgac(device, head, index);
135 bool locked = !nvkm_rdvgac(device, 0, 0x1f);
173 u8 slA = nvkm_rdvgac(device, 0, 0x28) & 0x80;
174 u8 tvA = nvkm_rdvgac(device, 0, 0x33) & 0x01;
175 u8 slB = nvkm_rdvgac(device, 1, 0x28) & 0x80;
176 u8 tvB = nvkm_rdvgac(device, 1, 0x33) & 0x01;
186 return nvkm_rdvgac(device, 0, 0x44);
199 nvkm_rdvgac(device, 0, 0x1f);
200 nvkm_rdvgac(device, 1, 0x1f)
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/i2c/
nouveau_nvkm_subdev_i2c_busnv04.c 45 u8 val = nvkm_rdvgac(device, 0, bus->drive);
56 u8 val = nvkm_rdvgac(device, 0, bus->drive);
67 return !!(nvkm_rdvgac(device, 0, bus->sense) & 0x04);
75 return !!(nvkm_rdvgac(device, 0, bus->sense) & 0x08);
  /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/
vga.h 21 u8 nvkm_rdvgac(struct nvkm_device *, int head, u8 index);
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/devinit/
nouveau_nvkm_subdev_devinit_nv50.c 118 if (!nvkm_rdvgac(device, 0, 0x00) &&
119 !nvkm_rdvgac(device, 0, 0x1a)) {
nouveau_nvkm_subdev_devinit_nv04.c 420 u32 htotal = nvkm_rdvgac(device, 0, 0x06);
421 htotal |= (nvkm_rdvgac(device, 0, 0x07) & 0x01) << 8;
422 htotal |= (nvkm_rdvgac(device, 0, 0x07) & 0x20) << 4;
423 htotal |= (nvkm_rdvgac(device, 0, 0x25) & 0x01) << 10;
424 htotal |= (nvkm_rdvgac(device, 0, 0x41) & 0x01) << 11;
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/bios/
nouveau_nvkm_subdev_bios_pll.c 398 if (nvkm_rdvgac(device, 0, 0x27) < 0xa3)

Completed in 13 milliseconds