Home
last modified time | relevance | path

Searched refs:NV03_PFIFO_CACHE1_PUSH1 (Results 1 – 5 of 5) sorted by relevance

/linux-3.4.99/drivers/gpu/drm/nouveau/
Dnv10_fifo.c38 return nv_rd32(dev, NV03_PFIFO_CACHE1_PUSH1) & in nv10_fifo_channel_id()
123 nv_wr32(dev, NV03_PFIFO_CACHE1_PUSH1, in nv10_fifo_load_context()
170 nv_wr32(dev, NV03_PFIFO_CACHE1_PUSH1, pfifo->channels - 1); in nv10_fifo_unload_context()
232 nv_wr32(dev, NV03_PFIFO_CACHE1_PUSH1, pfifo->channels - 1); in nv10_fifo_init()
Dnv40_fifo.c133 nv_wr32(dev, NV03_PFIFO_CACHE1_PUSH1, in nv40_fifo_load_context()
193 nv_wr32(dev, NV03_PFIFO_CACHE1_PUSH1, in nv40_fifo_unload_context()
293 nv_wr32(dev, NV03_PFIFO_CACHE1_PUSH1, pfifo->channels - 1); in nv40_fifo_init()
Dnv04_fifo.c106 return nv_rd32(dev, NV03_PFIFO_CACHE1_PUSH1) & in nv04_fifo_channel_id()
213 nv_wr32(chan->dev, NV03_PFIFO_CACHE1_PUSH1, in nv04_fifo_load_context()
255 nv_wr32(dev, NV03_PFIFO_CACHE1_PUSH1, pfifo->channels - 1); in nv04_fifo_unload_context()
313 nv_wr32(dev, NV03_PFIFO_CACHE1_PUSH1, pfifo->channels - 1); in nv04_fifo_init()
Dnv50_fifo.c223 return nv_rd32(dev, NV03_PFIFO_CACHE1_PUSH1) & in nv50_fifo_channel_id()
411 nv_wr32(dev, NV03_PFIFO_CACHE1_PUSH1, chan->id | (1<<16)); in nv50_fifo_load_context()
498 nv_wr32(dev, NV03_PFIFO_CACHE1_PUSH1, 127); in nv50_fifo_unload_context()
Dnouveau_reg.h471 #define NV03_PFIFO_CACHE1_PUSH1 0x00003204 macro