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

  /src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv04/
hw.h 135 val = nvif_rd08(device, NV_PRMCIO_CR__COLOR + head * NV_PRMCIO_SIZE);
178 val = nvif_rd08(device, reg);
199 nvif_rd08(device, NV_PRMCIO_INP0__COLOR + head * NV_PRMCIO_SIZE);
206 nvif_rd08(device, NV_PRMCIO_INP0__COLOR + head * NV_PRMCIO_SIZE);
207 return !(nvif_rd08(device, NV_PRMCIO_ARX + head * NV_PRMCIO_SIZE) & 0x20);
219 nvif_rd08(device, NV_PRMCIO_INP0__COLOR + head * NV_PRMCIO_SIZE);
234 nvif_rd08(device, NV_PRMCIO_INP0__COLOR + head * NV_PRMCIO_SIZE);
236 val = nvif_rd08(device, NV_PRMCIO_AR__READ + head * NV_PRMCIO_SIZE);
nouveau_dispnv04_dac.c 107 sense_a = nvif_rd08(device, NV_PRMCIO_INP0) & 0x10;
112 sense_b = nvif_rd08(device, NV_PRMCIO_INP0) & 0x10;
115 nvif_rd08(device, NV_PRMCIO_INP0) & 0x10;
178 saved_palette0[i] = nvif_rd08(device, NV_PRMDIO_PALETTE_DATA);
179 saved_palette_mask = nvif_rd08(device, NV_PRMDIO_PIXEL_MASK);
nouveau_dispnv04_hw.c 830 state->crtc_reg[head].DAC[i] = nvif_rd08(device,
  /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvif/
object.h 63 nvif_rd08(struct nvif_object *obj, uint64_t offset) function in typeref:typename:uint8_t
132 #define nvif_rd08(a,b) ({ ((u8)nvif_rd((a), ioread8, 1, (b))); }) macro

Completed in 28 milliseconds