Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/gpu/drm/nouveau/
Dnv10_fifo.c178 nv_rd32(dev, NV03_PMC_ENABLE) & ~NV_PMC_ENABLE_PFIFO); in nv10_fifo_init_reset()
180 nv_rd32(dev, NV03_PMC_ENABLE) | NV_PMC_ENABLE_PFIFO); in nv10_fifo_init_reset()
Dnv40_fifo.c204 nv_rd32(dev, NV03_PMC_ENABLE) & ~NV_PMC_ENABLE_PFIFO); in nv40_fifo_init_reset()
206 nv_rd32(dev, NV03_PMC_ENABLE) | NV_PMC_ENABLE_PFIFO); in nv40_fifo_init_reset()
Dnv04_fifo.c263 nv_rd32(dev, NV03_PMC_ENABLE) & ~NV_PMC_ENABLE_PFIFO); in nv04_fifo_init_reset()
265 nv_rd32(dev, NV03_PMC_ENABLE) | NV_PMC_ENABLE_PFIFO); in nv04_fifo_init_reset()
Dnouveau_reg.h135 # define NV_PMC_ENABLE_PFIFO (1<<8) macro
Dnv50_fifo.c97 uint32_t pmc_e = NV_PMC_ENABLE_PFIFO; in nv50_fifo_init_reset()