Searched refs:NV03_PFIFO_CACHES (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/nouveau/nvkm/engine/fifo/ |
D | nv04.c | 53 nvkm_wr32(device, NV03_PFIFO_CACHES, 0); in nv04_chan_stop() 87 nvkm_wr32(device, NV03_PFIFO_CACHES, 1); in nv04_chan_stop() 221 nvkm_wr32(device, NV03_PFIFO_CACHES, 0x00000000); in nv04_fifo_pause() 254 nvkm_wr32(device, NV03_PFIFO_CACHES, 0x00000001); in nv04_fifo_start() 415 reassign = nvkm_rd32(device, NV03_PFIFO_CACHES) & 1; in nv04_fifo_intr() 416 nvkm_wr32(device, NV03_PFIFO_CACHES, 0); in nv04_fifo_intr() 461 nvkm_wr32(device, NV03_PFIFO_CACHES, reassign); in nv04_fifo_intr() 490 nvkm_wr32(device, NV03_PFIFO_CACHES, 1); in nv04_fifo_init()
|
D | regsnv04.h | 21 #define NV03_PFIFO_CACHES 0x00002500 macro
|
D | nv17.c | 118 nvkm_wr32(device, NV03_PFIFO_CACHES, 1); in nv17_fifo_init()
|
D | nv40.c | 228 nvkm_wr32(device, NV03_PFIFO_CACHES, 1); in nv40_fifo_init()
|
/linux-6.12.1/drivers/gpu/drm/nouveau/ |
D | nouveau_reg.h | 457 #define NV03_PFIFO_CACHES 0x00002500 macro
|