Searched refs:NV04_PGRAPH_DEBUG_0 (Results 1 – 5 of 5) sorted by relevance
/linux-3.4.99/drivers/gpu/drm/nouveau/ |
D | nv20_graph.c | 517 nv_wr32(dev, NV04_PGRAPH_DEBUG_0, 0xFFFFFFFF); in nv20_graph_init() 518 nv_wr32(dev, NV04_PGRAPH_DEBUG_0, 0x00000000); in nv20_graph_init() 602 nv_wr32(dev, NV04_PGRAPH_DEBUG_0, 0xFFFFFFFF); in nv30_graph_init() 603 nv_wr32(dev, NV04_PGRAPH_DEBUG_0, 0x00000000); in nv30_graph_init()
|
D | nv40_graph.c | 219 nv_wr32(dev, NV04_PGRAPH_DEBUG_0, 0xFFFFFFFF); in nv40_graph_init() 220 nv_wr32(dev, NV04_PGRAPH_DEBUG_0, 0x00000000); in nv40_graph_init()
|
D | nv10_graph.c | 922 nv_wr32(dev, NV04_PGRAPH_DEBUG_0, 0xFFFFFFFF); in nv10_graph_init() 923 nv_wr32(dev, NV04_PGRAPH_DEBUG_0, 0x00000000); in nv10_graph_init()
|
D | nouveau_reg.h | 173 #define NV04_PGRAPH_DEBUG_0 0x00400080 macro
|
D | nv04_graph.c | 514 nv_wr32(dev, NV04_PGRAPH_DEBUG_0, 0x1231c000); in nv04_graph_init()
|