Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/gpu/drm/nouveau/
Dnv04_fifo.c55 nv_wr32(dev, NV04_PFIFO_CACHE1_PULL0, tmp & ~1); in nv04_fifo_disable()
62 nv_wr32(dev, NV04_PFIFO_CACHE1_PULL0, 1); in nv04_fifo_enable()
77 int pull = nv_mask(dev, NV04_PFIFO_CACHE1_PULL0, 1, enable); in nv04_fifo_cache_pull()
88 if (!nv_wait(dev, NV04_PFIFO_CACHE1_PULL0, in nv04_fifo_cache_pull()
92 if (nv_rd32(dev, NV04_PFIFO_CACHE1_PULL0) & in nv04_fifo_cache_pull()
452 nv_wr32(dev, NV04_PFIFO_CACHE1_PULL0, 1); in nv04_fifo_isr()
514 nv_wr32(dev, NV04_PFIFO_CACHE1_PULL0, 1); in nv04_fifo_isr()
Dnouveau_reg.h549 #define NV04_PFIFO_CACHE1_PULL0 0x00003250 macro