Home
last modified time | relevance | path

Searched refs:nvif_rd08 (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/drivers/gpu/drm/nouveau/dispnv04/ !
Dhw.h133 val = nvif_rd08(device, NV_PRMCIO_CR__COLOR + head * NV_PRMCIO_SIZE); in NVReadVgaCrtc()
176 val = nvif_rd08(device, reg); in NVReadPRMVIO()
197 nvif_rd08(device, NV_PRMCIO_INP0__COLOR + head * NV_PRMCIO_SIZE); in NVSetEnablePalette()
204 nvif_rd08(device, NV_PRMCIO_INP0__COLOR + head * NV_PRMCIO_SIZE); in NVGetEnablePalette()
205 return !(nvif_rd08(device, NV_PRMCIO_ARX + head * NV_PRMCIO_SIZE) & 0x20); in NVGetEnablePalette()
217 nvif_rd08(device, NV_PRMCIO_INP0__COLOR + head * NV_PRMCIO_SIZE); in NVWriteVgaAttr()
232 nvif_rd08(device, NV_PRMCIO_INP0__COLOR + head * NV_PRMCIO_SIZE); in NVReadVgaAttr()
234 val = nvif_rd08(device, NV_PRMCIO_AR__READ + head * NV_PRMCIO_SIZE); in NVReadVgaAttr()
Ddac.c103 sense_a = nvif_rd08(device, NV_PRMCIO_INP0) & 0x10; in sample_load_twice()
108 sense_b = nvif_rd08(device, NV_PRMCIO_INP0) & 0x10; in sample_load_twice()
111 nvif_rd08(device, NV_PRMCIO_INP0) & 0x10; in sample_load_twice()
174 saved_palette0[i] = nvif_rd08(device, NV_PRMDIO_PALETTE_DATA); in nv04_dac_detect()
175 saved_palette_mask = nvif_rd08(device, NV_PRMDIO_PIXEL_MASK); in nv04_dac_detect()
Dhw.c788 state->crtc_reg[head].DAC[i] = nvif_rd08(device, in nv_save_state_palette()
/linux-6.1.9/drivers/gpu/drm/nouveau/include/nvif/ !
Dobject.h65 #define nvif_rd08(a,b) ({ ((u8)nvif_rd((a), ioread8, 1, (b))); }) macro