Searched refs:GPC_BCAST (Results 1 – 2 of 2) sorted by relevance
/linux-2.6.39/drivers/gpu/drm/nouveau/ |
D | nvc0_graph.c | 424 nv_wr32(dev, GPC_BCAST(0x0880), 0x00000000); in nvc0_graph_init_obj418880() 425 nv_wr32(dev, GPC_BCAST(0x08a4), 0x00000000); in nvc0_graph_init_obj418880() 427 nv_wr32(dev, GPC_BCAST(0x0888) + (i * 4), 0x00000000); in nvc0_graph_init_obj418880() 428 nv_wr32(dev, GPC_BCAST(0x08b4), priv->unk4188b4->vinst >> 8); in nvc0_graph_init_obj418880() 429 nv_wr32(dev, GPC_BCAST(0x08b8), priv->unk4188b8->vinst >> 8); in nvc0_graph_init_obj418880() 477 nv_wr32(dev, GPC_BCAST(0x0980), priv->magicgpc980[0]); in nvc0_graph_init_gpc_0() 478 nv_wr32(dev, GPC_BCAST(0x0984), priv->magicgpc980[1]); in nvc0_graph_init_gpc_0() 479 nv_wr32(dev, GPC_BCAST(0x0988), priv->magicgpc980[2]); in nvc0_graph_init_gpc_0() 480 nv_wr32(dev, GPC_BCAST(0x098c), priv->magicgpc980[3]); in nvc0_graph_init_gpc_0() 489 nv_wr32(dev, GPC_BCAST(0x1bd4), priv->magicgpc918); in nvc0_graph_init_gpc_0() [all …]
|
D | nvc0_graph.h | 33 #define GPC_BCAST(r) (0x418000 + (r)) macro
|