Home
last modified time | relevance | path

Searched refs:NV03_PFIFO_CACHES (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/drivers/gpu/drm/nouveau/
Dnv04_fifo.c68 uint32_t reassign = nv_rd32(dev, NV03_PFIFO_CACHES); in nv04_fifo_reassign()
70 nv_wr32(dev, NV03_PFIFO_CACHES, enable ? 1 : 0); in nv04_fifo_reassign()
399 reassign = nv_rd32(dev, NV03_PFIFO_CACHES) & 1; in nv04_fifo_isr()
403 nv_wr32(dev, NV03_PFIFO_CACHES, 0); in nv04_fifo_isr()
533 nv_wr32(dev, NV03_PFIFO_CACHES, reassign); in nv04_fifo_isr()
Dnouveau_reg.h456 #define NV03_PFIFO_CACHES 0x00002500 macro